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.eyJzdWIiOiIxNzU1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYzNjI2NDExLCJleHAiOjE3NjYyMTg0MTEsImp0aSI6IjlmZGYzY2ExLTg2YzMtNDM4Mi04ZmQyLTNjOTMyNWUzMWRhMiJ9.AHuw1lWk0Bm7cgOXf77ZOmlvPNdsRMdUM5EExXS-cpw
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/"85b4494a32568769bde8533db43dcc8f"
cache-control: max-age=0, private, must-revalidate
x-request-id: 5a4d4ccb-5968-49c3-819d-66977316ba20
x-runtime: 0.008938
content-length: 539
Body
{
"interview": {
"id": 69,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-11-20T08:43:31.062Z",
"interviewee": {
"id": 483,
"currency": "GBP",
"driver": {
"id": 1755,
"image": null,
"phone_number": "07845 179210",
"title": "Sharee Nicolas"
},
"kind": "verified",
"updated_at": "2025-11-20T08:13:31.060Z"
},
"interviewee_id": 483,
"interviewer": {
"id": 1758,
"contact_phone_number": null,
"image": null,
"title": "Avery Lubowitz"
},
"interviewer_id": 1758,
"kind": "in_person",
"location": "London",
"start_at": "2025-11-20T08:13:31.062Z",
"status": "pending"
}
}