Add Event
Adds a new event to the system based on the marketplace and event ID. Rate limited to 50 events per day per API key.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
eventIDintegerRequired
The event ID from the marketplace
marketplaceinteger · enumRequiredPossible values:
Marketplace ID (1=Viagogo, 2=Stubhub, 3=Gigsberg)
Responses
200
Event added successfully
application/json
400
Missing or invalid parameters
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
post
/eventLast updated
Was this helpful?