Users > Interviews

Accept an interview

POST accept an interview

Endpoint

POST /api/v1/users/interviews/:id/accept

Request

Route

POST /api/v1/users/interviews/89/accept

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNzkzIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjI2LCJleHAiOjE3NTU4NTgyMjYsImp0aSI6IjA4Y2UxNTNhLTgxNTUtNGVjOS1iMmYyLTA5OGQzZDhlMTBiYSJ9.VYt6Tzbgtehtl1706gG0aUgBmsHJP4DMpfcyHKQkA34
Host: example.org
Cookie: 

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/"01f2cf6b64ae65eff5c7c14be17a056d"
cache-control: max-age=0, private, must-revalidate
x-request-id: d3ab5f7a-3367-463d-bc7d-1eb143125725
x-runtime: 0.025358
content-length: 529

Body

{
  "interview": {
    "id": 89,
    "amend_end_at": null,
    "amend_start_at": null,
    "amended_by": null,
    "end_at": "2025-07-23T10:53:46.147Z",
    "interviewee": {
      "id": 485,
      "driver": {
        "id": 1793,
        "image": null,
        "phone_number": "07144 175579",
        "title": "Grover O'Connell"
      },
      "kind": "verified",
      "updated_at": "2025-07-23T10:23:46.125Z"
    },
    "interviewee_id": 485,
    "interviewer": {
      "id": 1796,
      "contact_phone_number": null,
      "image": null,
      "title": "Sabina Runolfsson"
    },
    "interviewer_id": 1796,
    "kind": "in_person",
    "location": "London",
    "start_at": "2025-07-23T10:23:46.147Z",
    "status": "scheduled"
  }
}