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/346/job_drivers/367/verify

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjE5Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTM1LCJleHAiOjE3NDUwNTY5MzUsImp0aSI6IjQ1Yzc5ZTgxLTdmMmItNDEwMC05ZWQzLWVkMmNmNjVmODdlMSJ9.5a2D1i4MihW7yen0jrhOkrrRH3lsSgbOHlCdyryzaLE
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/"449748e84c5c48abe8b07f1643a7c841"
cache-control: max-age=0, private, must-revalidate
x-request-id: 014fc6ec-ef6a-4bad-87a2-44dbb3b72b22
x-runtime: 0.036278
content-length: 194

Body

{
  "job_driver": {
    "id": 367,
    "driver": {
      "id": 1218,
      "first_name": "Nicolette",
      "last_name": "Hartmann",
      "profile_id": 559,
      "referral_code": "942054"
    },
    "kind": "verified",
    "updated_at": "2025-03-20T10:02:15.377Z"
  }
}