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.eyJzdWIiOiIxNzYyIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTUxLCJleHAiOjE3NDUwNTY5NTEsImp0aSI6Ijk1NTUzZjM5LTM1YjctNDQ2NC04YTNmLWJiMTdmZmQ4ZjkzYSJ9.DefNJMp5VZRU8Tya0jXrcoH9RwVRJB1ZMKihvsuysmE
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/"8661bcb1d11b7ad71acd1f174f9c7ced"
cache-control: max-age=0, private, must-revalidate
x-request-id: 2cc32da2-45d6-4489-b25f-868ef0d20607
x-runtime: 0.018215
content-length: 524

Body

{
  "interview": {
    "id": 89,
    "amend_end_at": null,
    "amend_start_at": null,
    "amended_by": null,
    "end_at": "2025-03-20T10:32:31.351Z",
    "interviewee": {
      "id": 480,
      "driver": {
        "id": 1762,
        "image": null,
        "phone_number": "07944 852534",
        "title": "Milissa Langworth"
      },
      "kind": "verified",
      "updated_at": "2025-03-20T10:02:31.329Z"
    },
    "interviewee_id": 480,
    "interviewer": {
      "id": 1765,
      "contact_phone_number": null,
      "image": null,
      "title": "Chris Kulas"
    },
    "interviewer_id": 1765,
    "kind": "in_person",
    "location": "London",
    "start_at": "2025-03-20T10:02:31.351Z",
    "status": "scheduled"
  }
}