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/360/job_drivers/380/reject_verified
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjYwIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTIzLCJleHAiOjE3NTExMDg1MjMsImp0aSI6ImRhYTlhNzE2LTNjMTQtNDQ2NS1hOTYxLTQ0MTMwMTQ4MGYyNSJ9.LK3QSkKycIblHeMRI_jvTJIABj876-u9pK0a-p4G9i4
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/"013809e77a90825337515edd48bd3dfb"
cache-control: max-age=0, private, must-revalidate
x-request-id: f7eafaaf-487e-446d-a6c8-5ccec647820b
x-runtime: 0.033161
content-length: 202
Body
{
"job_driver": {
"id": 380,
"driver": {
"id": 1261,
"first_name": "Stanford",
"last_name": "Gislason",
"profile_id": 574,
"referral_code": "756420"
},
"kind": "rejected_verified",
"updated_at": "2025-05-29T11:02:03.664Z"
}
}