API ReferenceMedia
List media
List media records for the workspace with optional filters and offset-based pagination.
Authorization
ApiKey AuthorizationBearer <token>
API key in the format smcp_<64 hex chars>.
In: header
Path Parameters
workspaceId*string
Workspace ULID
Query Parameters
status?string
Filter by status (e.g. ready, pending)
type?string
Filter by media type (e.g. image, video)
limit?integer
Max records to return (default 50, max 100)
Range
1 <= value <= 100offset?integer
Number of records to skip (default 0)
Range
0 <= value <= 9007199254740991Response Body
application/json
curl -X GET "https://api.postato.com.br/v1/workspaces/string/media"{
"property1": null,
"property2": null
}