Find invite by external id
1 min
Find invite by external id
Find an invite (or many invites) by searching for them with the external_id
GET
https://api.brella.io/api/integration/organizations/{organizationId}/events/{eventId}/invites/find/?external_id={externalId}
curl --location -g --request GET 'https://api.brella.io/api/integration/organizations/{organizationId}/events/{eventId}/invites/find/?external_id={externalId}' \
--header 'Brella-API-Access-Token: String' \
--header 'Accept: application/vnd.brella.v4+json' \
--header 'Content-Type: application/json'