FinnM
FinnM

Reputation: 411

Pull all users / events from eventbrite API

I am currently trying to manage some analytic's between multiple API's including eventBrite. Is there a way to make a request such as

https://www.eventbriteapi.com/v3/users/

to pull all users that are associated with eventBrite?? I am familiar that this is common with other RESTful API's.

Thanks!

Upvotes: 0

Views: 639

Answers (1)

Dana
Dana

Reputation: 121

We don't have an endpoint for pulling all users on our platform. You can GET all organizers under a specific User with http://www.eventbrite.com/developer/v3/endpoints/users/#ebapi-get-users-id-organizers.

All of our User endpoints can be found here http://www.eventbrite.com/developer/v3/endpoints/users/#ebapi-users

Upvotes: 1

Related Questions