v1
latestOpenAPI 3.0.32026-07-14265579.8 KBCandidate
Retrieve candidate resource by id
Retrieve candidate by id resource is used to retrieve a single company candidate.
get/candidate/{id}
Path parameters
idstring required
Candidate ID
Response
Success Response
Example response
{
"firstName": "Elmer",
"lastName": "Fudd",
"middleName": "Fiddlesticks",
"suffix": "Jr",
"dateOfBirth": "1945-01-01T00:00:00.000Z",
"email": "Elmer@wb.com",
"address": "123 Silly Street",
"city": "Lousville",
"region": "KY",
"country": "US",
"governmentId": {
"country": "US",
"type": "SpyCard",
"number": "ABC12345"
}
}