Getting Started
Endpoints
- Applications
- Candidates
- Jobs
- Feedback
- Interviews
- Users
- Files
- Settings
- Webhooks
Webhooks
- Overview
- Verify Webhook Signatures
- Webhook retries
- Events
- job.created
- job.updated
- job.status.updated
- job.deleted
- application.created
- application.stage.updated
- application.deleted
- candidate.updated
- candidate.note.created
- candidate.note.updated
- candidate.note.deleted
- candidate.tag.added
- candidate.tag.removed
- feedback.requested
- feedback.submitted
- feedback.updated
- interview.created
- interview.updated
- interview.cancelled
Events
application.deleted
Occurs when an application is deleted
The schema is of type object
.
Was this page helpful?
{
"id": "<string>",
"version": 123,
"type": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"data": {
"object": {
"id": "<string>",
"candidate": {
"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>"
}
]
},
"applied_at": "2023-11-07T05:31:56Z",
"job": {
"id": "<string>",
"title": "<string>"
},
"cover_letter": "<string>",
"stage": {
"parent_stage": "rejected",
"custom_stage": {
"id": "<string>",
"name": "<string>"
}
},
"resume": {
"id": "<string>",
"original": {
"name": "<string>",
"original_name": "<string>",
"content_type": "<string>",
"file_extension": "<string>"
},
"pdf": {
"name": "<string>",
"original_name": "<string>",
"content_type": "<string>",
"file_extension": "<string>"
}
},
"source": {
"origin": "added",
"source": "<string>",
"contact": {
"id": "<string>",
"name": "<string>"
},
"user": {
"id": "<string>",
"name": "<string>"
},
"recruiter": {
"id": "<string>",
"name": "<string>"
}
},
"interviews": [
"<string>"
],
"feedback": [
"<string>"
],
"potential_duplicate": true,
"compliance": {
"gdpr": {
"consent_expires_at": "2023-11-07T05:31:56Z",
"consent_requests": [
{
"status": "pending",
"sent_at": "2023-11-07T05:31:56Z",
"expires_at": "2023-11-07T05:31:56Z"
}
]
}
}
}
}
}
Assistant
Responses are generated using AI and may contain mistakes.