Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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
Was this page helpful?