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/466/bid

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMzY1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTM5LCJleHAiOjE3NDUwNTY5MzksImp0aSI6Ijg1MjQ1N2Q1LWU5NzQtNGQ1Yy05ODUxLWIzMDdlNDQzYTQ0NSJ9.0fOPZ8IP5Vqtr0JWe8zFYJfy7QvHrADaDjCTP08Zoqg
Host: example.org
Cookie: 

Body

{
  "job": {
    "desired_rate": 14
  }
}

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/"3ef84e0c03e65c5b36e01c79f101588b"
cache-control: max-age=0, private, must-revalidate
x-request-id: e6bac15f-8bdb-4407-807c-20d158f48055
x-runtime: 0.031223
content-length: 190

Body

{
  "job": {
    "id": 390,
    "driver": {
      "id": 1365,
      "first_name": "Domitila",
      "last_name": "Wiza",
      "profile_id": 588,
      "referral_code": "590355"
    },
    "kind": "compliance_check",
    "updated_at": "2025-03-20T10:02:19.778Z"
  }
}