GET
/api/v1/linkedin/followers
Query parameters
connectedAccountId required | string · uuid Connected account to act as |
identity optional | string Whose followers to read: a person (user id or public identifier) or a company (public identifier, numeric id, or company URL). Omit for the connected account; a company page is readable only by its admins. |
cursor optional | string |
limit optional | integer |
Response
200Followers and an optional cursor.
| users | object[] |
| cursor | string | null |
Errors
- 400: Bad request
- 401: Unauthorized: missing or invalid API key
- 403: Forbidden
- 404: Not found
- 422: Invalid request payload