Jobs > Drivers

Verify job driver

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.eyJzdWIiOiIxMjI4Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTIyLCJleHAiOjE3NTExMDg1MjIsImp0aSI6IjM2MDViNmViLTFhZmItNDRmNy1iZThkLWMwMmE0ZWRhY2JhZiJ9.GN85eIsrjDtIK0qGI7-duZUDnWmEpwyyr-Vdg0V76_M
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/"98d3bb00cda74b90eb5da64eb15673f3"
cache-control: max-age=0, private, must-revalidate
x-request-id: 4ccfa446-c796-4b3e-a780-6090f084b853
x-runtime: 0.033160
content-length: 193

Body

{
  "job_driver": {
    "id": 368,
    "driver": {
      "id": 1227,
      "first_name": "Renaldo",
      "last_name": "Bashirian",
      "profile_id": 562,
      "referral_code": "173221"
    },
    "kind": "verified",
    "updated_at": "2025-05-29T11:02:02.817Z"
  }
}