API Reference/Endpoints
Accept or decline an invitation
POST/api/linkedin/gateway/users/invite/received/{invitation_id}
Resolves one of the connected account's pending inbound connection requests, either accepting it into the network or declining it outright.
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.
Path parameters
Body 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.·404 Not Found. No pending invitation with that id — it may already be resolved, or the shared_secret is stale.