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

Authorizations

X-Api-Key
string
header
required

Path Parameters

slug
string
required

The slug 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