Get an interview
Interviews
GET interview
Endpoint
GET /api/v1/interviews/:id
Request
Route
GET /api/v1/interviews/24
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI5NjAiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3Mzc1NTE1NzMsImV4cCI6MTc0MDE0MzU3MywianRpIjoiYzQ2NjhhZjEtYjFiMi00MGYxLWI1ZTAtYjI4NjA3Nzg1N2FmIn0.eULVPY4pIIsk5Qouh7nh2buWknVKhn20NzrfcVcW4Xo
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/"9bb422c7d6a70602876d626d2f25ffac"
cache-control: max-age=0, private, must-revalidate
x-request-id: 5a544573-1af2-42ba-8f63-0d6965c059be
x-runtime: 0.010219
content-length: 519
Body
{
"interview": {
"id": 24,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-01-22T13:42:53.104Z",
"interviewee": {
"id": 272,
"driver": {
"id": 960,
"image": null,
"phone_number": "07173 511901",
"title": "Carmelo Schuppe"
},
"kind": "verified",
"updated_at": "2025-01-22T13:12:53.062Z"
},
"interviewee_id": 272,
"interviewer": {
"id": 963,
"contact_phone_number": null,
"image": null,
"title": "Vincenzo Hand"
},
"interviewer_id": 963,
"kind": "in_person",
"location": "London",
"start_at": "2025-01-22T13:12:53.104Z",
"status": "pending"
}
}