Kissaki Docs
API referenceBlog

Get Published Post

GET
/blog/posts/{slug}

Path Parameters

slug*Slug

Response Body

application/json

application/json

curl -X GET "https://example.com/blog/posts/string"
{  "slug": "string",  "title": "string",  "description": "string",  "intro": "string",  "sections": [    {      "heading": "string",      "body": [        "string"      ]    }  ],  "keywords": [    "string"  ],  "author_slug": "string",  "hero": {    "field": "blade",    "tone": "volt",    "seed": 0  },  "published_at": "2019-08-24T14:15:22Z"}