GET
/
v4
/
account
/
colors
curl --request GET \
  --url https://api.kit.com/v4/account/colors \
  --header 'X-Kit-Api-Key: <api-key>'
{
  "colors": [
    "#008000",
    "#FF0000"
  ]
}

Authorizations

X-Kit-Api-Key
string
header
required

Authenticate API requests via an API Key

Response

200
application/json

Returns list of colors for the current account

The response is of type object.