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.eyJzdWIiOiIxNzIyIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTM3LCJleHAiOjE3NTExMDg1MzcsImp0aSI6IjAzN2Y2MmQ3LWNlYTYtNGUxMi05YWVlLTQ5N2ExOThlMjgwNiJ9.ob-CxOFXjAt8zmKmPyb7dlMo0zn1fqx99Ymh0A5UhvM
Host: example.org
Cookie:
Query Parameters
{}=
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/"f7a05a1baff9bb141a0496ba111fa16b"
cache-control: max-age=0, private, must-revalidate
x-request-id: 93d69be5-c360-44a9-9e9c-bf88912d7e56
x-runtime: 0.010816
content-length: 523
Body
{
"interview": {
"id": 69,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-05-29T11:32:17.100Z",
"interviewee": {
"id": 462,
"driver": {
"id": 1722,
"image": null,
"phone_number": "07157 831516",
"title": "Cliff Schmeler"
},
"kind": "verified",
"updated_at": "2025-05-29T11:02:17.098Z"
},
"interviewee_id": 462,
"interviewer": {
"id": 1725,
"contact_phone_number": null,
"image": null,
"title": "Divina Schaefer"
},
"interviewer_id": 1725,
"kind": "in_person",
"location": "London",
"start_at": "2025-05-29T11:02:17.100Z",
"status": "pending"
}
}