Posts
Published posts, paginated; filter by category or tag. Fetch one with posts/{slug}.
Authorization
http Use a Sanctum bearer token.
In: header
Query Parameters
length <= 100length <= 1401 <= value <= 50Header Parameters
Your store API key (Dashboard → Settings → API keys). pk_live_… public keys are for browser code and only work from an origin on the key's allowlist; sk_live_… private keys are for servers and native apps and need no Origin.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/store/posts" \ -H "X-Client-Key: {{clientKey}}"{}A published post by slug with its cover image, excerpt and content[] blocks.
Authorization
http Use a Sanctum bearer token.
In: header
Path Parameters
Header Parameters
Your store API key (Dashboard → Settings → API keys). pk_live_… public keys are for browser code and only work from an origin on the key's allowlist; sk_live_… private keys are for servers and native apps and need no Origin.
Response Body
application/json
application/json
curl -X GET "https://example.com/store/posts/string" \ -H "X-Client-Key: {{clientKey}}"{ "status": "success", "message": "Store post retrieved", "data": [], "meta": "string"}