Users > Interviews

Get an interview

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.eyJzdWIiOiIxNjY3Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTkwLCJleHAiOjE3NDAxNDM1OTAsImp0aSI6IjUxZmZhYmZjLTBlNmUtNDFlNi04OGYyLWY0MjdiZGRlNDRhYiJ9.CowAEu3mPgu0okMg5H5apNujlPsJaMlAmREscxz_eYI
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/"b0bd8c50420021e3fa25c125c958a249"
cache-control: max-age=0, private, must-revalidate
x-request-id: ceec1087-67c8-4060-b553-aa0cf610ff73
x-runtime: 0.010850
content-length: 522

Body

{
  "interview": {
    "id": 69,
    "amend_end_at": null,
    "amend_start_at": null,
    "amended_by": null,
    "end_at": "2025-01-22T13:43:09.971Z",
    "interviewee": {
      "id": 456,
      "driver": {
        "id": 1667,
        "image": null,
        "phone_number": "07355 662671",
        "title": "Rodrigo Erdman"
      },
      "kind": "verified",
      "updated_at": "2025-01-22T13:13:09.969Z"
    },
    "interviewee_id": 456,
    "interviewer": {
      "id": 1670,
      "contact_phone_number": null,
      "image": null,
      "title": "Walton Douglas"
    },
    "interviewer_id": 1670,
    "kind": "in_person",
    "location": "London",
    "start_at": "2025-01-22T13:13:09.971Z",
    "status": "pending"
  }
}