Reject an interview
Users > Interviews
POST reject an interview
Endpoint
POST /api/v1/users/interviews/:id/reject
Request
Route
POST /api/v1/users/interviews/95/reject
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNzU3Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTkxLCJleHAiOjE3NDAxNDM1OTEsImp0aSI6ImEzN2FkNDYyLTQyMzAtNDc1OC05MGQyLWFiNzViMDdlYzhmMCJ9.thShHEtjvwjHGXT08N-FX2wmyEwZfuAB35RtrNR8Cac
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/"20308b7e8022c5a8043c024fc9629673"
cache-control: max-age=0, private, must-revalidate
x-request-id: c148b86f-7193-43eb-ab2e-cef8eb17204b
x-runtime: 0.038959
content-length: 518
Body
{
"interview": {
"id": 95,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-01-22T13:43:11.872Z",
"interviewee": {
"id": 482,
"driver": {
"id": 1757,
"image": null,
"phone_number": "07386 676432",
"title": "Robyn Conn"
},
"kind": "rejected",
"updated_at": "2025-01-22T13:13:11.888Z"
},
"interviewee_id": 482,
"interviewer": {
"id": 1760,
"contact_phone_number": null,
"image": null,
"title": "Nicholle Rice"
},
"interviewer_id": 1760,
"kind": "in_person",
"location": "London",
"start_at": "2025-01-22T13:13:11.872Z",
"status": "rejected"
}
}