Make a bid. Profile must be verified.
Jobs
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/463/bid
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMzUzIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTgxLCJleHAiOjE3NDAxNDM1ODEsImp0aSI6ImIzYzZmNjMwLTA5NzEtNDUwMy1hYjgxLWRkYzQ4YmQ1YWMyYSJ9.tIUUbDhWfw7mthy6pleF8wVkFRM90u59FOr4-ZRH0q8
Host: example.org
Cookie:
Body
{
"job": {
"desired_rate": 3
}
}
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/"e8c562499c216312d5fb646fb6b3c710"
cache-control: max-age=0, private, must-revalidate
x-request-id: 90a4c3eb-494d-4f11-a83c-73526ce6a49a
x-runtime: 0.027503
content-length: 192
Body
{
"job": {
"id": 391,
"driver": {
"id": 1353,
"first_name": "Cynthia",
"last_name": "Abshire",
"profile_id": 588,
"referral_code": "267007"
},
"kind": "compliance_check",
"updated_at": "2025-01-22T13:13:01.827Z"
}
}