Take a job. Profile must be verified.
Jobs
POST take job
Endpoint
POST /api/v1/jobs/:id/take
Request
Route
POST /api/v1/jobs/458/take
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMzMzIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTgxLCJleHAiOjE3NDAxNDM1ODEsImp0aSI6IjNhZDdkMjI3LWRjMzctNGIzNS04OGQyLWRkNmU2M2VlMmM3YyJ9.4lXFywQmZXKGiTteIc9HSubPAFVPds-8cbDkbZUfbWg
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/"83512ab392dc122409618b7c99a82cce"
cache-control: max-age=0, private, must-revalidate
x-request-id: 48fb47fc-ece6-482d-8d3d-3b4e874ac6c8
x-runtime: 0.069460
content-length: 191
Body
{
"job": {
"id": 388,
"driver": {
"id": 1333,
"first_name": "Edgar",
"last_name": "Gislason",
"profile_id": 583,
"referral_code": "758897"
},
"kind": "compliance_check",
"updated_at": "2025-01-22T13:13:01.391Z"
}
}