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.eyJzdWIiOiIxNzg2Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTM4LCJleHAiOjE3NTExMDg1MzgsImp0aSI6Ijc0YjExMDFlLTI4YzQtNGNmZS1iMDc5LTkyMzkyZWM3Y2M3YyJ9.W4cj8k7PhkyDv4EsdHw93rWjWZjwDu5Ys6YTbUdjo04
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/"d6d7b2f5ca478890617c40fa684fa4d5"
cache-control: max-age=0, private, must-revalidate
x-request-id: f655bd85-a27e-4d18-8f5d-b7a9b2125d43
x-runtime: 0.014691
content-length: 526

Body

{
  "interview": {
    "id": 89,
    "amend_end_at": null,
    "amend_start_at": null,
    "amended_by": null,
    "end_at": "2025-05-29T11:32:18.495Z",
    "interviewee": {
      "id": 482,
      "driver": {
        "id": 1786,
        "image": null,
        "phone_number": "07758 210344",
        "title": "Lamar Hamill"
      },
      "kind": "verified",
      "updated_at": "2025-05-29T11:02:18.475Z"
    },
    "interviewee_id": 482,
    "interviewer": {
      "id": 1789,
      "contact_phone_number": null,
      "image": null,
      "title": "Alfonso Swaniawski"
    },
    "interviewer_id": 1789,
    "kind": "in_person",
    "location": "London",
    "start_at": "2025-05-29T11:02:18.495Z",
    "status": "scheduled"
  }
}