Jobs

Make a bid. Profile must be verified.

POST make bid

Endpoint

POST /api/v1/jobs/:id/bid

Parameters

Name Description
job[desired_rate] required Job desired rate

Request

Route

POST /api/v1/jobs/471/bid

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMzgzIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjEwLCJleHAiOjE3NTU4NTgyMTAsImp0aSI6ImUxYTg1NjI4LWFhZTAtNDBmZC1hY2M5LTM1NDNmMThlZmIyZiJ9.4x0JzBybrlgdR2CnAYGK4xaDLboXHaoo_slgRbXXOMs
Host: example.org
Cookie: 

Body

{
  "job": {
    "desired_rate": 13
  }
}

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/"e7cc276314b8d9af4e735ddf39941698"
cache-control: max-age=0, private, must-revalidate
x-request-id: 2f820cc3-2968-4e85-8776-fc73d8dcc228
x-runtime: 0.036551
content-length: 189

Body

{
  "job": {
    "id": 392,
    "driver": {
      "id": 1383,
      "first_name": "Walker",
      "last_name": "Nader",
      "profile_id": 592,
      "referral_code": "421720"
    },
    "kind": "compliance_check",
    "updated_at": "2025-07-23T10:23:30.086Z"
  }
}