Kit · Example Payload

Get A Post

Email MarketingCreator EconomySubscribersAutomationNewslettersSequencesFormsBroadcasts

Get A Post 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 post",
  "method": "GET",
  "path": "/v4/posts/{id}",
  "tag": "Posts",
  "response": {
    "post": {
      "id": 1,
      "publication_id": 1,
      "created_at": "string",
      "title": "string",
      "slug": "string"
    }
  }
}