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