Postato Docs
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.

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

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

In: header

Path Parameters

workspaceId*string

Query Parameters

limit?integer
Range-9007199254740991 <= value <= 9007199254740991
cursor?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
}