v11

latestOpenAPI 3.1.12026-08-03174162.0 MB
Event 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

promoterIdstring required

Promoter being invited to collaborate on the event.

permissionsstring[] required

Permissions the promoter will receive upon accepting the invitation.

invitedBystring required

User ID who sent the invitation

Example request

{
  "permissions": []
}

Response

OK

Example response

{
  "invite": {
    "permissions": []
  }
}