Ignore job. Profile must be verified.
Jobs
POST ignore job
Endpoint
POST /api/v1/jobs/:id/ignore
Parameters
Name | Description |
---|---|
job[ignore_reason] required | Job ignore reason |
Request
Route
POST /api/v1/jobs/464/ignore
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMzU1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTgxLCJleHAiOjE3NDAxNDM1ODEsImp0aSI6IjJiYjg2OWRmLTJlZDQtNGFkYy1hYzAwLTEwMTM3NWU2ZTRlYyJ9.jOi5YEbuZH_9RtI6tpC3LB_IxAVzfeVPBdPfKLs5Q8g
Host: example.org
Cookie:
Body
{
"job": {
"ignore_reason": "Qui explicabo incidunt. Hic ratione id. Consequatur dignissimos nisi."
}
}
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/"8572c7659d9bef41b5b9def32c1d30d5"
cache-control: max-age=0, private, must-revalidate
x-request-id: 433452d7-b976-422f-81e9-e93804bbb86a
x-runtime: 0.013628
content-length: 182
Body
{
"job": {
"id": 392,
"driver": {
"id": 1355,
"first_name": "Rusty",
"last_name": "Turcotte",
"profile_id": 589,
"referral_code": "728161"
},
"kind": "ignored",
"updated_at": "2025-01-22T13:13:01.885Z"
}
}