Accept an interview
Users > Interviews
POST accept an interview
Endpoint
POST /api/v1/users/interviews/:id/accept
Request
Route
POST /api/v1/users/interviews/89/accept
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxODE5Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYzNjI2NDEyLCJleHAiOjE3NjYyMTg0MTIsImp0aSI6IjBhOGZhOTcyLTliYjQtNDg2ZS04ZjFjLTg5MjRkOTNmZDAwOSJ9.mFm0MpBDIsWDAqwwjqbRCX7J9SvZqltoioSWWvricDI
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/"5262e49a86046edecaa74511dbb9a767"
cache-control: max-age=0, private, must-revalidate
x-request-id: 2f17d759-15c2-40ea-a6fb-f09ab458d179
x-runtime: 0.012086
content-length: 540
Body
{
"interview": {
"id": 89,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-11-20T08:43:32.424Z",
"interviewee": {
"id": 503,
"currency": "GBP",
"driver": {
"id": 1819,
"image": null,
"phone_number": "07557 663477",
"title": "Juliette Nikolaus"
},
"kind": "verified",
"updated_at": "2025-11-20T08:13:32.407Z"
},
"interviewee_id": 503,
"interviewer": {
"id": 1822,
"contact_phone_number": null,
"image": null,
"title": "Toney Yost"
},
"interviewer_id": 1822,
"kind": "in_person",
"location": "London",
"start_at": "2025-11-20T08:13:32.424Z",
"status": "scheduled"
}
}