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.eyJzdWIiOiIxMDg0Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MTk5LCJleHAiOjE3NTU4NTgxOTksImp0aSI6IjVkMDFlOThlLTZlYzAtNDY5OC1iMGI5LTg2Y2Q2MjM1ODUzMyJ9.Ef2j3uDxh_QgRtTF_4jOp7qjI4HAn5r8EAUx_PdTlkI
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/"c77f3eff7d51b822c6933b40b096dfbb"
cache-control: max-age=0, private, must-revalidate
x-request-id: edf8af66-f8bb-4d30-b9a4-958ad82eae29
x-runtime: 0.035131
content-length: 524
Body
{
"interview": {
"id": 44,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-07-23T10:53:19.480Z",
"interviewee": {
"id": 303,
"driver": {
"id": 1081,
"image": null,
"phone_number": "07340 627660",
"title": "Sanford Conn"
},
"kind": "verified",
"updated_at": "2025-07-23T10:23:19.456Z"
},
"interviewee_id": 303,
"interviewer": {
"id": 1084,
"contact_phone_number": null,
"image": null,
"title": "Willis Bernhard"
},
"interviewer_id": 1084,
"kind": "video_call",
"location": "London",
"start_at": "2025-07-23T10:23:19.480Z",
"status": "scheduled"
}
}