# Create a task status **POST /api/v1/task-status** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Body: application/json (object) - **name** (string) Name of the task status - **colour** (string) Colour of the task status ## Responses ### 201 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **name** (string) The name of the status - **colour** (string) Status colour - **position** (integer) The position of the status - **is_type_completed** (boolean) Whether the status is a completed status - **is_archived** (boolean) Whether the status is a archived status - **is_not_started** (boolean) Whether the status is a not started status [Powered by Bump.sh](https://bump.sh)