Skip to main content
GET
/
events
/
{id}
Get an event by id
curl --request GET \
  --url https://channels-service-alpha.fourvenues.com/events/{id} \
  --header 'X-Api-Key: <api-key>'
{
  "success": true
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

The id of the event to retrieve.

Query Parameters

populate
string

Populates the event with the options given separated by comma.
Populate options:
  -'*': All populators
  -'ticket-rates': Ticket Rates

Response

OK

data
object
success
boolean