Kit · Example Payload

Get A Snippet

Email MarketingCreator EconomySubscribersAutomationNewslettersSequencesFormsBroadcasts

Get A Snippet 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 snippet",
  "method": "GET",
  "path": "/v4/snippets/{id}",
  "tag": "Snippets",
  "response": {
    "snippet": {
      "id": 1,
      "name": "string",
      "snippet_type": "string",
      "archived": true,
      "key": "string"
    }
  }
}