API Reference/Endpoints
List followed accounts
GET/api/linkedin/gateway/users/following
Pages through the people and pages the connected account follows — which, on LinkedIn, is a broader set than its first-degree connections, since following someone doesn't require them to accept anything.
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
As with relations, treat this as a bulk read to pace out — 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.