Kit · Example Payload

Update Colors

Email MarketingCreator EconomySubscribersAutomationNewslettersSequencesFormsBroadcasts

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

Top-level fields

summarymethodpathtagrequest_bodyresponse

Example Payload

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