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.eyJzdWIiOiIxMDg1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTMwLCJleHAiOjE3NDUwNTY5MzAsImp0aSI6ImVmYjBiZmI4LTFiZDAtNGIzNC05ODQ0LWE3MWE0NzllYzcyNSJ9.Y3KqOGBFouRnWkxcmC3ZfAb-mggrAUsxRueTg8dIKXg
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/"16d70f8bfb6a09ae9e4298a520783cae"
cache-control: max-age=0, private, must-revalidate
x-request-id: 65356cf1-d302-4d85-b366-e8a7219cb18f
x-runtime: 0.020161
content-length: 522
Body
{
"interview": {
"id": 44,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-03-20T10:32:10.701Z",
"interviewee": {
"id": 304,
"driver": {
"id": 1082,
"image": null,
"phone_number": "07854 355489",
"title": "Isiah Tillman"
},
"kind": "verified",
"updated_at": "2025-03-20T10:02:10.682Z"
},
"interviewee_id": 304,
"interviewer": {
"id": 1085,
"contact_phone_number": null,
"image": null,
"title": "Rudy Kautzer"
},
"interviewer_id": 1085,
"kind": "video_call",
"location": "London",
"start_at": "2025-03-20T10:02:10.701Z",
"status": "scheduled"
}
}