OutSavvy API Developer Documentation

Events

GET /events/:id

Gets a specific event by id as event. Private fields are included for organisers of this event only.

Parameters
No parameters for this endpoint

GET /events/search

Gets a list of events as event. Returns a paginated list of events that are public on OutSavvy and match the search query.

Parameters

GET /events/:id/dates

Gets a list of dates associated with the selected events returned as date.

Parameters

GET /events/:id/tickettypes

Gets a list of all ticket types associated with the selected events returned as ticket type. Each ticket is associated with a date and an event.

Parameters

GET /events/:id/questions

Gets a list of all extra questions requested from guests at the point of purchase returned as question.

Parameters
No parameters for this endpoint

GET /events/:id/question/:id

Gets a specific question requested from guests at the point of purchase returned as question.

Parameters
No parameters for this endpoint

This endpoint is only available to users who organise the event. No public data is available for this endpoint.

GET /events/:id/promocodes

Gets a list of all active discount and promo codes associated with an event returned as promo code.

Parameters
No parameters for this endpoint

This endpoint is only available to users who organise the event. No public data is available for this endpoint.

GET /events/:id/orders

Gets a paginated list of all orders associated with an event returned as a list of order.

Parameters
No parameters for this endpoint