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.eyJzdWIiOiIxNzcyIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDc2LCJleHAiOjE3NjM1NDI0NzYsImp0aSI6IjNlNTNlZmZhLTlmYTctNGI0NS1iZDQ1LTQyNDAwZGQzYTkyZCJ9.TwU3W9T1AHzHrZQogLd8X9FnvF37JX1WQGlYNn3Ed40
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/"1a00af3644b7644f36fbfca379ea4c22"
cache-control: max-age=0, private, must-revalidate
x-request-id: 5b87bdfe-77ac-441b-8967-6c8f529e1794
x-runtime: 0.014083
content-length: 537

Body

{
  "interview": {
    "id": 89,
    "amend_end_at": null,
    "amend_start_at": null,
    "amended_by": null,
    "end_at": "2025-10-20T09:24:36.704Z",
    "interviewee": {
      "id": 482,
      "currency": "GBP",
      "driver": {
        "id": 1772,
        "image": null,
        "phone_number": "07895 536485",
        "title": "Van Bogisich"
      },
      "kind": "verified",
      "updated_at": "2025-10-20T08:54:36.685Z"
    },
    "interviewee_id": 482,
    "interviewer": {
      "id": 1775,
      "contact_phone_number": null,
      "image": null,
      "title": "Len Baumbach"
    },
    "interviewer_id": 1775,
    "kind": "in_person",
    "location": "London",
    "start_at": "2025-10-20T08:54:36.704Z",
    "status": "scheduled"
  }
}