cURL
curl --request GET \ --url https://inboxapp.com/api/v1/statuses/colors
[ { "name": "<string>", "hex": "<string>" } ]
Get a list of predefined colors that can be used when creating or updating statuses
OK
The name of the color that can be used in API requests.
The hex code representation of the color.