Get Post by ID
Endpoint: GET /posts/:id
Returns one post and its post_targets.
Path params
| Name | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Post UUID |
Behavior
- Returns
404if post is not found for that user. - Returns
500on database failures.
Get a single post with target-level delivery status.
Endpoint: GET /posts/:id
Returns one post and its post_targets.
| Name | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Post UUID |
404 if post is not found for that user.500 on database failures.