API ReferencePosts
List posts
List posts in the active workspace with optional filters for status, platform, and post type. Returns a paginated result with numbered pages.
Authorization
ApiKey AuthorizationBearer <token>
API key in the format smcp_<64 hex chars>.
In: header
Path Parameters
workspaceId*string
Query Parameters
limit?integer
Range
-9007199254740991 <= value <= 9007199254740991cursor?string
platform?string
status?string
Response Body
application/json
curl -X GET "https://api.postato.com.br/v1/workspaces/string/posts"{
"property1": null,
"property2": null
}Create a post
Create a new post in the given workspace. The post is validated, idempotency-checked via Idempotency-Key header, and enqueued for delivery (unless status is draft or pending_approval).
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.