I haven't been able to get eventbrite's /organizer_get API endpoint to give me back a successful result. I've included the app_key just like with all other api requests.

https://www.eventbrite.com/json/organizer_get?id=52803052&app_key=FOO (replacing FOO with the actual app_key)

{"error": {"error_type": "Not Found", "error_message": "Invalid email and/or password."}}

(but it is valid: http://www.eventbrite.com/org/52803052?s=8134061)

有帮助吗?

解决方案

Note, I work on the platform team at Eventbrite.

Currently, organizer_get only returns a result if the client making the request is the owner of the organizer record. If you have an organizer account/id and make a request with that organizer id, it will work.

This is, obviously, quite unintuitive and not documented at all. I'll look into lifting this restriction or at the very least documenting the behavior.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top