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