API Reference/Endpoints
List followers
GET/api/linkedin/gateway/users/followers
Pages through people following the connected account. Optionally point it at someone else's profile instead to read their public follower list.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401. The account behind account_id must belong to your key.
Query parameters
Response fields
LinkedIn caps how deep a single follower list goes per page — around 100 when it's the account's own followers, less for someone else's — and this is another bulk read worth pacing rather than looping through every page at once.
Errors
·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. The account_id doesn't belong to this key.