Kit · Example Payload

List Tags

Email MarketingCreator EconomySubscribersAutomationNewslettersSequencesFormsBroadcasts

List Tags 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 tags",
  "method": "GET",
  "path": "/v4/tags",
  "tag": "Tags",
  "response": {
    "tags": [
      {
        "id": 1,
        "name": "string",
        "created_at": "string",
        "subscriber_count": 1
      }
    ],
    "pagination": {
      "has_previous_page": true,
      "has_next_page": true,
      "start_cursor": "string",
      "end_cursor": "string",
      "per_page": 1
    }
  }
}