v11
latestOpenAPI 3.1.12026-08-03174162.0 MBEvent Collaborators
Get event collaborator by ID
Retrieve an active event collaboration by its unique ID. Returns the collaborator record with promoter and permission details.
get/events/{eventId}/collaborators/{id}
Path parameters
eventIdstring required
Event ID that the collaboration belongs to
idstring required
Event team access grant ID to retrieve
Response
OK
Example response
{
"collaborator": {
"permissions": []
}
}