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.eyJzdWIiOiIxMDgxIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTc1LCJleHAiOjE3NDAxNDM1NzUsImp0aSI6IjM0NWI0Y2FkLTVkZmMtNDVjMi05MzBmLTZiOTE5ZTAyYzYwYiJ9.Sj77AR9M2hnsvkeM1MxmRutlb9HlgBDPlF-04ZIsJiI
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/"d87dacfc5a6d1c5874bfdeaf92595814"
cache-control: max-age=0, private, must-revalidate
x-request-id: 6fe92a9a-abea-425d-9ab4-a161c6fdcd1e
x-runtime: 0.021814
content-length: 526

Body

{
  "interview": {
    "id": 44,
    "amend_end_at": null,
    "amend_start_at": null,
    "amended_by": null,
    "end_at": "2025-01-22T13:42:55.309Z",
    "interviewee": {
      "id": 307,
      "driver": {
        "id": 1078,
        "image": null,
        "phone_number": "07878 645856",
        "title": "Donovan Denesik"
      },
      "kind": "verified",
      "updated_at": "2025-01-22T13:12:55.292Z"
    },
    "interviewee_id": 307,
    "interviewer": {
      "id": 1081,
      "contact_phone_number": null,
      "image": null,
      "title": "Trinidad Fadel"
    },
    "interviewer_id": 1081,
    "kind": "video_call",
    "location": "London",
    "start_at": "2025-01-22T13:12:55.309Z",
    "status": "scheduled"
  }
}