Accept an interview
Interviews
POST accept an interview
Endpoint
POST /api/v1/interviews/:id/accept
Request
Route
POST /api/v1/interviews/44/accept
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMDg0Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTE4LCJleHAiOjE3NTExMDg1MTgsImp0aSI6IjU2MDRjYzUwLTM1NzEtNGJiNC1hZmJjLTY5MzM0YTIwYTJhZiJ9.cWn2g-FKLiyBvQDk54GlrefSv6aF-96ZeQgxZZbxiVE
Host: example.org
Cookie:
Body
{
}
Response
Simulated Response
Status
200
Headers
x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"9a576110aacdda6215493b93458bb503"
cache-control: max-age=0, private, must-revalidate
x-request-id: 99b6bc40-dbe2-4fc9-9aed-9626d122e641
x-runtime: 0.022051
content-length: 527
Body
{
"interview": {
"id": 44,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-05-29T11:31:58.951Z",
"interviewee": {
"id": 303,
"driver": {
"id": 1081,
"image": null,
"phone_number": "07953 571711",
"title": "Lanell Konopelski"
},
"kind": "verified",
"updated_at": "2025-05-29T11:01:58.932Z"
},
"interviewee_id": 303,
"interviewer": {
"id": 1084,
"contact_phone_number": null,
"image": null,
"title": "Chong Hegmann"
},
"interviewer_id": 1084,
"kind": "video_call",
"location": "London",
"start_at": "2025-05-29T11:01:58.951Z",
"status": "scheduled"
}
}