GET
/api/v1/linkedin/posts
Query parameters
connectedAccountId required | string · uuid Connected account to act as |
identity required | string Author to read, as a user id or public identifier. For a company page, prefer GET /api/v1/linkedin/companies/{identifier}/posts. |
cursor optional | string |
limit optional | integer |
Response
200Posts and an optional cursor.
| posts | object[] |
| cursor | string | null |
Errors
- 400: Bad request
- 401: Unauthorized: missing or invalid API key
- 403: Forbidden
- 404: Not found
- 422: Invalid request payload