Docs
Get Crew Types
GET /crew/types
GET
/crew/typesRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Event token | x-Event-Token | Optional | Run **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 }
]