API

Get posts

Returns the published, public posts in the workspace the API key is scoped to. Use $offset and $limit to paginate ($limit is capped at 30 and $offset at 100), $filter to narrow the result set and $orderBy to sort.

GET/posts

Authorization

apiKey posts:read-only
x-api-key<token>

In: header

Scope: posts:read-only

Query Parameters

$offset?string
$limit?string
$filter?string
$orderBy?string
curl -X GET "https://example.com/posts"
{  "meta": {    "maxResults": 0.1  },  "items": [    {      "property1": null,      "property2": null    }  ]}
{  "traceId": "string",  "message": "string",  "path": "string",  "timestamp": "string",  "statusCode": 0.1}