API Reference/Endpoints
List all relations
GET/api/linkedin/gateway/users/relations
Pages through everyone the connected account is already a first-degree connection with — its existing LinkedIn network, not people it's still pursuing.
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
Walking a large connections list end to end is exactly the kind of bulk read LinkedIn watches closely — page through it gradually rather than looping through every cursor back-to-back.
Errors
·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. The account_id doesn't belong to this key.