Docs

Add Task Status

POST /taskStatuses

POST/taskStatuses

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 task status definition for the event. Returns 201 Created on success.

Requires EventProjectManagementAdmin permission on the event.

Request Body

FieldTypeRequiredDescription
namestringRequiredDisplay name for the status.
statestringRequiredWorkflow state grouping (e.g. `NotStarted`, `InProgress`, `Complete`).
iconstringRequiredIcon identifier.
colorstringRequiredHex color for display.