API

Get public posts

Returns a lightweight summary of the public posts in the workspace the API key is scoped to. Use limit to cap the result (defaults to 10, maximum 30).

GET/public-posts

Authorization

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

In: header

Scope: posts:read-only

Query Parameters

limit?number
curl -X GET "https://example.com/public-posts"
[  {    "postUrl": "string",    "postText": "string",    "claps": 0.1,    "publishedDate": "string",    "postImage": {      "type": "string",      "alt": "string",      "src": "string"    },    "feedImageUrl": "string",    "feedName": "string",    "postId": "string",    "feedId": "string"  }]
{  "traceId": "string",  "message": "string",  "path": "string",  "timestamp": "string",  "statusCode": 0.1}