All docs
DOCS api / endpoints

GET /posts/:id

Get a single post with target-level delivery status.

Get Post by ID

Endpoint: GET /posts/:id

Returns one post and its post_targets.

Path params

NameTypeRequiredDescription
idstringYesPost UUID

Behavior

  • Returns 404 if post is not found for that user.
  • Returns 500 on database failures.