Interviews

Get an interview

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.eyJzdWIiOiI5NjQiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NDI0NjQ5MjgsImV4cCI6MTc0NTA1NjkyOCwianRpIjoiYmM2YjkxMjMtMDA0OC00OWU0LTgzM2QtN2NlZDM2NTcwZDdmIn0.GPrEfl4CVp0GYyH2TYQfpiiblav7zMW40I0t7ZawERQ
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/"004b7bcb7ad0b03296e1a4f985e49720"
cache-control: max-age=0, private, must-revalidate
x-request-id: 13fbdd3d-3bdd-484b-910f-04d3776ceee6
x-runtime: 0.011602
content-length: 514

Body

{
  "interview": {
    "id": 24,
    "amend_end_at": null,
    "amend_start_at": null,
    "amended_by": null,
    "end_at": "2025-03-20T10:32:08.382Z",
    "interviewee": {
      "id": 269,
      "driver": {
        "id": 964,
        "image": null,
        "phone_number": "07720 377162",
        "title": "Mohamed Stokes"
      },
      "kind": "verified",
      "updated_at": "2025-03-20T10:02:08.332Z"
    },
    "interviewee_id": 269,
    "interviewer": {
      "id": 967,
      "contact_phone_number": null,
      "image": null,
      "title": "Eve Yundt"
    },
    "interviewer_id": 967,
    "kind": "in_person",
    "location": "London",
    "start_at": "2025-03-20T10:02:08.382Z",
    "status": "pending"
  }
}