Get attendee by id
1 min
Get attendee by id
Get a specific attendee by id
GET
https://api.brella.io/api/integration/organizations/{organizationId}/events/{eventId}/attendees/{attendeeId}
curl --location -g --request GET 'https://api.brella.io/api/integration/organizations/{organizationId}/events/{eventId}/attendees/{attendeeId}' \
--header 'Brella-API-Access-Token: String' \
--header 'Accept: application/vnd.brella.v4+json' \
--header 'Content-Type: application/json'