GET/v1/posts/{id}

getPost

Get a post. Fetches one post with its variants and latest per-channel delivery outcomes. Poll this after publishing to track delivery.

Required scope:posts:read

Parameters

idpath · stringrequired

Post identifier.

Responses

Errors are RFC 9457 problem+json with a stable code and a request_id — each code above links to its own page.

Example

curl https://app.usepostify.com/v1/posts/post_9x2y3z0001 \
  -H "Authorization: Bearer postify_live_XXXXXXXXXXXXXXXX"