v11
latestOpenAPI 3.1.12026-08-03174162.0 MBEvent Collaborators
Invite a promoter to collaborate on an event
Send a collaboration invitation to a promoter (can be from a different team). Enables cross-team promoter-to-promoter collaboration. Creates a pending invitation with a secure token that expires in 7 days. The invited promoter must accept to create an active collaboration.
post/events/{eventId}/collaborators
Path parameters
eventIdstring required
Event this invitation applies to
Request body
Example request
{
"permissions": []
}Response
OK
Example response
{
"invite": {
"permissions": []
}
}