Eventbrite 组织 ID 检索事件列表

Eventbrite organisation ID retrieving the list of events

我尝试使用 API 私有令牌和我在以下位置找到的组织 ID 检索我的 eventbrite 事件: https://www.eventbrite.fr/organizations/info/profile/456xxxxxxx 所以我拿了这个组织 ID 并将其插入:
$eventbrite->get('organizations/'.$id_organisation.'/events/', ['status' => 'live']); 。 这没有产生任何结果。 最后,我设法使用相同的私有令牌检索了我的 eventbrite 事件列表,但使用了我从 URL https://www.eventbrite.fr/u/123xxxxxxx/favorites/events 获得的组织 ID。让我想知道的是,为什么 API 调用设法使用不是组织 ID 的 ID 为我获取事件?这是某种用户 ID 没有?

这可能会回答您的问题。来自 Eventbrite 文档:

If you don't belong to any Organizations, your user_id is your default Organization ID.

https://www.eventbrite.com/platform/docs/organizations