Kissaki Docs
API referenceBlog

List Published Posts

GET
/blog/posts

Response Body

application/json

curl -X GET "https://example.com/blog/posts"
[  {    "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"  }]