Docs

Create Crew Type

POST /crew/types

POST/crew/types

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually.

Creates a new crew type at the event scope.

Requires EventAdmin permission on the event.

Request Body

FieldTypeRequiredDescription
namestringRequiredDisplay name (e.g. "Rigger"). Must not be empty.
iconstringOptionalOptional icon token.
colorstringOptionalOptional hex/token color for UI.

Response

201 Created — No response body.