API Reference/Endpoints
Select a contract
POST/api/linkedin/gateway/linkedin/contracts/{id}/select
Switches which Recruiter or Sales Navigator contract is active on the connected account, for seats that sit on more than one. Every Recruiter/Sales Navigator call afterwards runs under whichever contract is currently selected.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Path parameters
Body parameters
Response fields
Errors
·400 Bad Request. account_id is missing.·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 contract exists for that id on this account.