Get an interview
Users > Interviews
GET interview
Endpoint
GET /api/v1/users/interviews/:id
Request
Route
GET /api/v1/users/interviews/69
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNzA4Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDc1LCJleHAiOjE3NjM1NDI0NzUsImp0aSI6IjA2NzU1NDNjLTQ0YTctNGRlNC04YmFiLWM0MjEyNDYxZWMwMyJ9.lG-mGqgMUEYRtHo0m0MDTsQHMc4JqhXIpia6hDghTNs
Host: example.org
Cookie:
Query Parameters
{}=
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/"c3a5c7d789fe67aab0dd19ee8d659794"
cache-control: max-age=0, private, must-revalidate
x-request-id: f7fef1ed-5598-4f01-9034-2449203d1f8a
x-runtime: 0.010445
content-length: 541
Body
{
"interview": {
"id": 69,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-10-20T09:24:35.214Z",
"interviewee": {
"id": 462,
"currency": "GBP",
"driver": {
"id": 1708,
"image": null,
"phone_number": "07756 189965",
"title": "Wendell Effertz"
},
"kind": "verified",
"updated_at": "2025-10-20T08:54:35.211Z"
},
"interviewee_id": 462,
"interviewer": {
"id": 1711,
"contact_phone_number": null,
"image": null,
"title": "Yesenia Collins"
},
"interviewer_id": 1711,
"kind": "in_person",
"location": "London",
"start_at": "2025-10-20T08:54:35.214Z",
"status": "pending"
}
}