Docs

Get Crew Types

GET /crew/types

GET/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.

Lists the event's crew types (summary form — also serves the type picker). Event scope is taken from the event token.

Requires EventAdmin permission on the event.

Example Response

[
  { "id": "type-guid-001", "name": "Rigger", "icon": "hard-hat", "color": "#ea580c", "isArchived": false }
]