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/345/job_drivers/369/verify
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjEyIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTc4LCJleHAiOjE3NDAxNDM1NzgsImp0aSI6ImJkZjZhNWU5LTdiZjUtNGVhZS05NzFjLTVhYjkzMjE2YzAyZCJ9.wuXQopyfgjVV3mn4CHLfI-2a6ZT8NEpHzysupqR2NbA
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/"776e11863a0833297e176b30d79d3376"
cache-control: max-age=0, private, must-revalidate
x-request-id: 8d7e8e48-a80f-47cb-adf2-44313a43b27c
x-runtime: 0.030495
content-length: 191
Body
{
"job_driver": {
"id": 369,
"driver": {
"id": 1211,
"first_name": "Rodolfo",
"last_name": "Effertz",
"profile_id": 560,
"referral_code": "090502"
},
"kind": "verified",
"updated_at": "2025-01-22T13:12:58.310Z"
}
}