Jobs > Drivers

Accept job driver

POST accept job driver

Endpoint

POST /api/v1/jobs/:job_id/job_drivers/:id/accept

Request

Route

POST /api/v1/jobs/355/job_drivers/375/accept

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjQ3Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDYxLCJleHAiOjE3NjM1NDI0NjEsImp0aSI6IjdlOWNiMDIzLTk3OTUtNDQzNi1iNGMzLTc3OGNlYWU1NjQ1YSJ9.0qc7n5VnbWKmNilEtAUmBukpYJr8HystdgWM4seE55U
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/"b6f9cc203a66f5cbbcb8b2c929b0ac34"
cache-control: max-age=0, private, must-revalidate
x-request-id: 73618c47-427a-437f-a622-4384d62053a5
x-runtime: 0.042815
content-length: 204

Body

{
  "job_driver": {
    "id": 375,
    "currency": "GBP",
    "driver": {
      "id": 1248,
      "first_name": "Eleni",
      "last_name": "Mayer",
      "profile_id": 569,
      "referral_code": "609671"
    },
    "kind": "accepted",
    "updated_at": "2025-10-20T08:54:21.461Z"
  }
}