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.eyJzdWIiOiIxNzI5Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjI0LCJleHAiOjE3NTU4NTgyMjQsImp0aSI6Ijg5YWRhOTYzLWFjMTQtNDNkNy04ZWQzLTQ5OTQ0OWI4N2YwMSJ9.AJzZn1bgCW2YdRohdT97dZ_t5zkWGDvcr7ScpMJ5yo0
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/"c07785773f8f22aa7508e4c3212a5a28"
cache-control: max-age=0, private, must-revalidate
x-request-id: 55896040-601d-460b-ba26-fa4999279c7d
x-runtime: 0.011980
content-length: 521

Body

{
  "interview": {
    "id": 69,
    "amend_end_at": null,
    "amend_start_at": null,
    "amended_by": null,
    "end_at": "2025-07-23T10:53:44.181Z",
    "interviewee": {
      "id": 465,
      "driver": {
        "id": 1729,
        "image": null,
        "phone_number": "07776 311343",
        "title": "Abigail Cassin"
      },
      "kind": "verified",
      "updated_at": "2025-07-23T10:23:44.178Z"
    },
    "interviewee_id": 465,
    "interviewer": {
      "id": 1732,
      "contact_phone_number": null,
      "image": null,
      "title": "Micah Corkery"
    },
    "interviewer_id": 1732,
    "kind": "in_person",
    "location": "London",
    "start_at": "2025-07-23T10:23:44.181Z",
    "status": "pending"
  }
}