Fetch Own Recruiter Profile Details
This API retrieves the profile details of the currently logged-in recruiter LinkedIn user through the We-Link platform.
Note
LinkedIn doesn't allow two concurrent sessions on a recruiter plan. contract_id can be obtained by calling the
/api/v1/recruiter_contracts endpoint and extracting the
contract_id from the response.
| Header Parameters |
|---|
x-api-key uuid — REQUIRED |
x-api-secret uuid — REQUIRED |
| Request Body — REQUIRED |
|---|
accountId string — REQUIRED |
contract_id string — REQUIRED |
| Responses |
|---|
| Schema — OPTIONAL |
|---|
status string | result objectseat_id string | first_name string | last_name string | full_name string | profile_id string | location string | image string | contract_id string | contract_name string | contract_description string | email string | headline string |
|
|
| Schema — OPTIONAL |
|---|
status string | request_id string | error string |
|