API Reference/Endpoints
List invitations sent
GET/api/linkedin/gateway/users/invite/sent
Pages through the connected account's pending outbound connection requests — invites it has sent that the recipient hasn't yet accepted, declined, or that haven't expired.
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
Errors
·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. The account_id doesn't belong to this key.