Overview
Eventpop Public API (0.0.1)
Integrate with Eventpop to build event management tools, ticket validation apps, and user experiences. Supports OAuth 2.0 for secure access to events, tickets, and user data.
- Eventpop Developer Team: https://docs.eventpop.me
- OpenAPI version: 2.0
Authentication
user_token
Security scheme type: oauth2
Flow type: accessCode
Authorization URL: https://www.eventpop.me/oauth/authorize
Token URL: https://www.eventpop.me/oauth/token
Scopes:
- public - Access user profile and user-owned resources (orders, tickets)
- organizer - Access organizer resources and ticket management (requires user-organizer association)
application_token
Security scheme type: oauth2
Flow type: application
Token URL: https://www.eventpop.me/oauth/token
Scopes:
- public - Access organizer resources (application owner only)