GET /blog/get

Available

One published blog post; fire-and-forget increments its view counter.

GEThttps://ctrlapp.krdcode.com/api/public/sdk/v1/blog/get

No authentication. This endpoint is publicly readable — do not send an Authorization header.

Query

  • app_slug, slug — required.
  • locale — defaults to en.

Errors

  • 400"app_slug and slug required".
  • 404"App not found" or "Post not found".
Back to top