Skip to main content
GET
/
statuses
/
colors
List available colors
curl --request GET \
  --url https://inboxapp.com/api/v1/statuses/colors
[
  {
    "name": "<string>",
    "hex": "<string>"
  }
]

Response

200 - application/json

OK

name
string
required

The name of the color that can be used in API requests.

hex
string
required

The hex code representation of the color.