Kit · Example Payload

Get A Sequence

Email MarketingCreator EconomySubscribersAutomationNewslettersSequencesFormsBroadcasts

Get A Sequence 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": "Get a sequence",
  "method": "GET",
  "path": "/v4/sequences/{id}",
  "tag": "Sequences",
  "response": {
    "sequence": {
      "id": 1,
      "name": "string",
      "hold": true,
      "repeat": true,
      "created_at": "string"
    }
  }
}