API Reference/Endpoints
List invitations received
GET/api/linkedin/gateway/users/invite/received
Pages through connection requests sent to the connected account that it hasn't yet acted on. Each item carries a shared_secret token that's required to accept or decline it.
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.