cURL
curl --request PUT \ --url https://api.kit.com/v4/account/colors \ --header 'Content-Type: application/json' \ --header 'X-Kit-Api-Key: <api-key>' \ --data '{ "colors": [ "#000000", "#ffffff" ] }'
{ "colors": [ "#000000", "#ffffff" ] }
Authenticate API requests via an API Key
Updates and returns list of colors for the current account
The response is of type object.
object
Was this page helpful?