Postato Docs
API ReferencePosts

Get a post

Retrieve a single post by ID, including thread items and per-item platform post IDs and URLs. Returns 404 if the post does not exist in the active workspace.

GET
/v1/workspaces/{workspaceId}/posts/{id}
AuthorizationBearer <token>

API key in the format smcp_<64 hex chars>.

In: header

Path Parameters

workspaceId*string
id*string

Response Body

application/json

application/json

curl -X GET "https://api.postato.com.br/v1/workspaces/string/posts/string"
{
  "property1": null,
  "property2": null
}
{
  "error": "not_found"
}