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/472/ignore
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMzg1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTI3LCJleHAiOjE3NTExMDg1MjcsImp0aSI6ImQxZWVhNzVmLTlhMjctNGI5OC04OTliLWY2M2M4OTk0NzlmMiJ9.o5YYnr3P9RVI5h6WD7Uiyt76xtoWaNl-X3InWF2Baf8
Host: example.org
Cookie:
Body
{
"job": {
"ignore_reason": "Aut magnam ut. Quos omnis id. Quia cupiditate sequi."
}
}
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/"9371fff4025c26c0be8dd7ea182ca70f"
cache-control: max-age=0, private, must-revalidate
x-request-id: e66a5eb6-b43f-4ed7-b05f-43c400083e5d
x-runtime: 0.016005
content-length: 183
Body
{
"job": {
"id": 393,
"driver": {
"id": 1385,
"first_name": "Dudley",
"last_name": "Leuschke",
"profile_id": 593,
"referral_code": "185689"
},
"kind": "ignored",
"updated_at": "2025-05-29T11:02:07.080Z"
}
}