Fetch Recruiter Contracts
POST /api/v1/recruiter_contracts
Recruiter accounts may contain multiple contracts. A contract represents an organization-level entity in LinkedIn Recruiter. Regular recruiter accounts are also classified as contracts. Most recruiter endpoints require a valid contract_id to function.
Note
LinkedIn doesn't allow two concurrent sessions on a recruiter plan.
Retrieves all contracts associated with a recruiter account. Use this endpoint first to obtain the contract_id required for other recruiter operations.
Fetches the unique, organization-level Contract IDs associated with an account. Each contract represents either a team recruiter license or an individual recruiter account.
Headers
| Name | Type | Required |
|---|---|---|
x-api-key | string | Yes |
x-api-secret | string | Yes |
Request Body
Schema
accountIdstringrequiredThe unique identifier of the WeLink account.
Sample Request
{
"accountId": "string"
}