Kit · Example Payload

Create A Tag

Email MarketingCreator EconomySubscribersAutomationNewslettersSequencesFormsBroadcasts

Create A Tag 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": "Create a tag",
  "method": "POST",
  "path": "/v4/tags",
  "tag": "Tags",
  "request_body": {
    "name": "string"
  },
  "response": {
    "tag": {
      "id": 1,
      "name": "string",
      "created_at": "string"
    }
  }
}