Verify job driver
Jobs > Drivers
POST verify job driver(admin)
Endpoint
POST /api/v1/jobs/:job_id/job_drivers/:id/verify
Request
Route
POST /api/v1/jobs/348/job_drivers/368/verify
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjI4Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDYwLCJleHAiOjE3NjM1NDI0NjAsImp0aSI6IjQ1NWIxZTAzLWYwZDEtNDVmNi1iYzBkLTQzZjY0OGQ1MTgwMiJ9.pCcFZjPyDUNolTMf-F0mmxoRjY481rN1SAyH-uYzppM
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/"8db1ce30364f1dd3b55ebdddb87e5f18"
cache-control: max-age=0, private, must-revalidate
x-request-id: 35553be3-b14b-4829-94e8-0e2b26d6c121
x-runtime: 0.032390
content-length: 208
Body
{
"job_driver": {
"id": 368,
"currency": "GBP",
"driver": {
"id": 1227,
"first_name": "Drusilla",
"last_name": "Spinka",
"profile_id": 562,
"referral_code": "643766"
},
"kind": "verified",
"updated_at": "2025-10-20T08:54:21.000Z"
}
}