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" ] }
Documentation IndexFetch the complete documentation index at: https://developers.kit.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.kit.com/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate API requests via an API Key
An array of up to 10 color hex codes
Updates and returns list of colors for the current account
Was this page helpful?