Jobs

Take a job. Profile must be verified.

POST take job

Endpoint

POST /api/v1/jobs/:id/take

Request

Route

POST /api/v1/jobs/467/take

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMzY3Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjA5LCJleHAiOjE3NTU4NTgyMDksImp0aSI6IjI4ZWZiOTc0LTg4YjYtNDBjZS04ZTRmLTM4MGU4Yjc3MDRmNCJ9.oRiWKnb1nIK6C0qhnaRib2EsnjVggwhvuaG6GslIKCA
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/"a2f21d65d8bcad1735194598ba9b69b2"
cache-control: max-age=0, private, must-revalidate
x-request-id: 9bdeee69-09ca-4e8e-9b47-d60b70e002c1
x-runtime: 0.071504
content-length: 195

Body

{
  "job": {
    "id": 390,
    "driver": {
      "id": 1367,
      "first_name": "Mohammad",
      "last_name": "Armstrong",
      "profile_id": 588,
      "referral_code": "073596"
    },
    "kind": "compliance_check",
    "updated_at": "2025-07-23T10:23:29.678Z"
  }
}