Reject verified job driver
Jobs > Drivers
POST reject_verified job driver(operator)
Endpoint
POST /api/v1/jobs/:job_id/job_drivers/:id/reject_verified
Parameters
| Name | Description |
|---|---|
| job_driver[reason] required | Rejection reason |
Request
Route
POST /api/v1/jobs/376/job_drivers/399/reject_verified
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMzAwIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYzNjI2MzkzLCJleHAiOjE3NjYyMTgzOTMsImp0aSI6ImZkOTA0YjE5LTBmNWMtNDI4NS1iMjNiLTdiN2Y0MDRkOTc1NCJ9.eiiKNP8QUw-5WS9suGIZiHKqgIablcJ2bKW7Bve5N00
Host: example.org
Cookie:
Body
{
"job_driver": {
"ignore_reason": "Driver has no experience"
}
}
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/"e4242b57db4a47f9fae2ccae562f036a"
cache-control: max-age=0, private, must-revalidate
x-request-id: e636b59c-c4d3-4432-891c-dfb270fe8502
x-runtime: 0.029841
content-length: 242
Body
{
"job_driver": {
"id": 399,
"currency": "GBP",
"driver": {
"id": 1301,
"financial_company_id": null,
"first_name": "Rima",
"last_name": "Quitzon",
"profile_id": 593,
"referral_code": "687322"
},
"kind": "rejected_verified",
"updated_at": "2025-11-20T08:13:13.148Z"
}
}