Skip to main content
GET
/
v4
/
posts
/
{id}
Get a post
curl --request GET \
  --url https://api.kit.com/v4/posts/{id} \
  --header 'X-Kit-Api-Key: <api-key>'
{
  "post": {
    "id": 25,
    "publication_id": 128,
    "created_at": "2026-04-20T14:00:17Z",
    "title": "My Newsletter Post",
    "slug": "my-newsletter-post",
    "description": null,
    "meta_description": null,
    "status": "published",
    "published_at": "2026-04-19T14:00:17Z",
    "sent_at": null,
    "thumbnail_alt": null,
    "thumbnail_url": null,
    "is_paid": false,
    "public_url": "https://asdf.kit.com/posts/my-newsletter-post",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\" \"http://www.w3.org/TR/REC-html40/loose.dtd\">\n<!-- -->\n"
  }
}

Authorizations

X-Kit-Api-Key
string
header
required

Authenticate API requests via an API Key

Path Parameters

id
integer
required

Response

Returns the post details

post
object
required