Docs
Create Crew Type
POST /crew/types
POST
/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. |
Creates a new crew type at the event scope.
Requires EventAdmin permission on the event.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | Required | Display name (e.g. "Rigger"). Must not be empty. |
| icon | string | Optional | Optional icon token. |
| color | string | Optional | Optional hex/token color for UI. |
Response
201 Created — No response body.