Kit · Example Payload

List Colors

Email MarketingCreator EconomySubscribersAutomationNewslettersSequencesFormsBroadcasts

List Colors is an example object payload from Kit, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarymethodpathtagresponse

Example Payload

Raw ↑
{
  "summary": "List colors",
  "method": "GET",
  "path": "/v4/account/colors",
  "tag": "Accounts",
  "response": {
    "colors": [
      "string"
    ]
  }
}