0

I'm trying to get the attendees for an event I've created with https://www.eventbrite.com/json/event_list_attendees?app_key=MYAPPKEY&id=MYEVENTID

However it fails with an error:

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

In the example, I've replaced the app_key and id, but they are valid. If I change them to invalid values I get "This application key is not valid." and "No such event. [XXX]"

Since the event was created by the same account as I requested the app_key from I assume I should be able to retrieve attendees.

lukestevo
  • 421
  • 1
  • 4
  • 6

1 Answers1

0

See the API Authentication page. You'll need to supply user credentials (in addition to your developer key) when accessing this API method.

ʀɣαɳĵ
  • 1,992
  • 1
  • 15
  • 20