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.eyJzdWIiOiIxMDAzIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYzNjI2Mzg1LCJleHAiOjE3NjYyMTgzODUsImp0aSI6IjdlZjJlNmIwLWRlMzItNDc3Yy1hNjczLTRjOTcxYTZhNDZkNyJ9.iypegr9-j2TmKKwW5foaJ3ghhzgPGRihv-lwd-R5Qeg
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/"6c081e07450301d131316707f737027d"
cache-control: max-age=0, private, must-revalidate
x-request-id: 144d8d53-ed48-4772-9bc3-90cef3eee710
x-runtime: 0.009693
content-length: 537

Body

{
  "interview": {
    "id": 24,
    "amend_end_at": null,
    "amend_start_at": null,
    "amended_by": null,
    "end_at": "2025-11-20T08:43:05.607Z",
    "interviewee": {
      "id": 287,
      "currency": "GBP",
      "driver": {
        "id": 1003,
        "image": null,
        "phone_number": "07497 875397",
        "title": "Miquel Gerhold"
      },
      "kind": "verified",
      "updated_at": "2025-11-20T08:13:05.561Z"
    },
    "interviewee_id": 287,
    "interviewer": {
      "id": 1006,
      "contact_phone_number": null,
      "image": null,
      "title": "Buster Hintz"
    },
    "interviewer_id": 1006,
    "kind": "in_person",
    "location": "London",
    "start_at": "2025-11-20T08:13:05.607Z",
    "status": "pending"
  }
}