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.eyJzdWIiOiIxMjYwIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjA1LCJleHAiOjE3NTU4NTgyMDUsImp0aSI6ImFmZThkNmMwLWY1YjUtNDM2ZS1hZDQyLTBlYjA1OGJhNGE2ZiJ9.2QGWgoi-58WhQ2YeB84mkN_36Djddevxd6rElVH4_9Y
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/"60e7959a8dc91f4a753f5de94ec5a562"
cache-control: max-age=0, private, must-revalidate
x-request-id: b96c57dc-edf4-4f00-a70f-7cde7ac95b9d
x-runtime: 0.042328
content-length: 197
Body
{
"job_driver": {
"id": 380,
"driver": {
"id": 1261,
"first_name": "Tera",
"last_name": "Leannon",
"profile_id": 574,
"referral_code": "711673"
},
"kind": "rejected_verified",
"updated_at": "2025-07-23T10:23:25.706Z"
}
}