Get a candidate

GET
/candidates/{candidateId}

Authorization

bearerAuth
AuthorizationBearer <token>

An API key from Settings > API access, sent as Authorization: Bearer sp_live_.... Send exactly one credential per request; a request carrying both a bearer token and a session cookie is rejected rather than resolved by precedence.

In: header

Path Parameters

candidateId*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/candidates/string"
{  "id": "string",  "jobId": "string",  "jobTitle": "string",  "firstName": "string",  "lastName": "string",  "headline": "string",  "stage": "string",  "decision": "string",  "linkedinUrl": "string",  "createdAt": "2019-08-24T14:15:22Z"}

Last updated on