GET
/api/v1/linkedin/invitations
Query parameters
cursor optional | string |
limit optional | integer |
connectedAccountId required | string · uuid Connected account to act as |
Response
200A page of pending invitations. Pass nextCursor as cursor for the next page.
| invitations | object[] |
| nextCursor | string | null |
Errors
- 400: Bad request
- 401: Unauthorized: missing or invalid API key
- 403: Forbidden
- 404: Not found
- 422: Invalid request payload