Interviews

Accept an interview

POST accept an interview

Endpoint

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

Request

Route

POST /api/v1/interviews/44/accept

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMDg0Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDU3LCJleHAiOjE3NjM1NDI0NTcsImp0aSI6IjAxOTVhNjM4LTE5NmEtNDIwZi1iZmMyLWM0ZmIxMDkwYWM4YyJ9.McFKHiE4qc6rQ61J740XnmMM95Vq8kpKzKUj7t6B7hY
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/"485d572c651bb7719d6ced82038d0df7"
cache-control: max-age=0, private, must-revalidate
x-request-id: 204c4417-6369-4e65-b1a7-fc2012f243f6
x-runtime: 0.022935
content-length: 543

Body

{
  "interview": {
    "id": 44,
    "amend_end_at": null,
    "amend_start_at": null,
    "amended_by": null,
    "end_at": "2025-10-20T09:24:17.251Z",
    "interviewee": {
      "id": 303,
      "currency": "GBP",
      "driver": {
        "id": 1081,
        "image": null,
        "phone_number": "07528 141693",
        "title": "Corrine Fay"
      },
      "kind": "verified",
      "updated_at": "2025-10-20T08:54:17.230Z"
    },
    "interviewee_id": 303,
    "interviewer": {
      "id": 1084,
      "contact_phone_number": null,
      "image": null,
      "title": "Clementina Abshire"
    },
    "interviewer_id": 1084,
    "kind": "video_call",
    "location": "London",
    "start_at": "2025-10-20T08:54:17.251Z",
    "status": "scheduled"
  }
}