curl --request GET \ --url https://api.kit.com/v4/account/colors \ --header 'X-Kit-Api-Key: <api-key>'
{ "colors": [ "#008000", "#FF0000" ] }
Authenticate API requests via an API Key
Returns list of colors for the current account
The response is of type object.
object
Was this page helpful?