Skip to main content
PUT
Create task status
title and color are required. Titles must be unique for the business.

Authorizations

Personal access token from Pingmee Settings → Developer Tools

x-api-key
string
header
required

Business API key from Pingmee Settings → Developer Tools

Body

application/json

Task status to create.

title
string
required

Human-readable status title. Must be unique for the business.

color
string
required

Status color (hex, rgb, or named color)

Response

Task status created

id
string
required

Unique identifier of the status. Can be used as a task statusCase.

title
string
required

Human-readable status title

color
string
required

Status color (hex, rgb, or named color)

associatedTo
string
required

Business or account the status is associated with

isSelected
boolean

Whether this status is selected in the UI

Last modified on September 2, 2026