Candidates
Candidate object
Getting Started
Endpoints
- Applications
- Candidates
- Candidate object
- GETGet candidates
- GETGet candidate by id
- PUTUpdate candidate
- Candidate Notes
- Candidate Tags
- Jobs
- Feedback
- Interviews
- Users
- Files
- Settings
- Webhooks
Webhooks
Candidates
Candidate object
The schema is of type object
.
Was this page helpful?
{
"id": "<string>",
"full_name": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"email": "<string>",
"phone_number": "<string>",
"title": "<string>",
"company": "<string>",
"location": {
"address": "<string>",
"country": {
"name": "<string>",
"code": "<string>"
}
},
"image_url": "<string>",
"tags": [
{
"id": "<string>",
"name": "<string>"
}
],
"rating": 123,
"application_ids": [
"<string>"
],
"social_profiles": [
{
"type": "linked_in",
"uri": "<string>"
}
]
}