Jobs > Drivers

Reject verified job driver

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/358/job_drivers/379/reject_verified

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjUxIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTM2LCJleHAiOjE3NDUwNTY5MzYsImp0aSI6IjMwZDljNDYzLTIzODQtNDljZi1hMGQwLTNmNzViZjE1YTZlMiJ9.K9-jV5TJToyjQauIhzsMQHh0FEn4XSY2hSfN2eTubG0
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/"6a414d5ab9cbd8ba0bdb63a387369a99"
cache-control: max-age=0, private, must-revalidate
x-request-id: 5e6bc84c-ba94-4f8a-9430-272ec589d9aa
x-runtime: 0.033487
content-length: 201

Body

{
  "job_driver": {
    "id": 379,
    "driver": {
      "id": 1252,
      "first_name": "Young",
      "last_name": "Morissette",
      "profile_id": 571,
      "referral_code": "555870"
    },
    "kind": "rejected_verified",
    "updated_at": "2025-03-20T10:02:16.209Z"
  }
}