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.eyJzdWIiOiIxNjk4Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTQ5LCJleHAiOjE3NDUwNTY5NDksImp0aSI6ImFiM2JkYTAyLWUzNjgtNGNlNi1hZGZjLTQ2ZjEyMzUyMGU2MyJ9.IMglPzLkRUewfNoYJ1unQVySieYwbN0OBDpufhscB9s
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/"11f0fed69a50811eb66b1876466226e3"
cache-control: max-age=0, private, must-revalidate
x-request-id: 719c27c5-7374-4b08-b9b3-1314432c2e9c
x-runtime: 0.012907
content-length: 517
Body
{
"interview": {
"id": 69,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-03-20T10:32:29.803Z",
"interviewee": {
"id": 460,
"driver": {
"id": 1698,
"image": null,
"phone_number": "07492 513700",
"title": "Helena Lemke"
},
"kind": "verified",
"updated_at": "2025-03-20T10:02:29.799Z"
},
"interviewee_id": 460,
"interviewer": {
"id": 1701,
"contact_phone_number": null,
"image": null,
"title": "Dino Gibson"
},
"interviewer_id": 1701,
"kind": "in_person",
"location": "London",
"start_at": "2025-03-20T10:02:29.803Z",
"status": "pending"
}
}