Find event by URL slug
1 min
Find event by URL slug
Find and retrieve the relevant data for a specific event within an organization by using the event's URL slug as a query parameter
GET
https://api.brella.io/api/integration/organizations/{organizationId}/events/{eventId}/?public_code={url_slug}
curl --location -g --request GET 'https://api.brella.io/api/integration/organizations/{organizationId}/events/{eventId}/?public_code={url_slug}' \
--header 'Brella-API-Access-Token: String' \
--header 'Accept: application/vnd.brella.v4+json' \
--header 'Content-Type: application/json'