Jobs

Ignore job. Profile must be verified.

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/467/ignore

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMzY3Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTM5LCJleHAiOjE3NDUwNTY5MzksImp0aSI6IjIyOTAwNDI1LTc4MzgtNGYyZC04NDU0LTIzOGNkZjdlNTRjMiJ9.52GrObxZB_xeYl5rr_bCMRZJzjRhnQj5jIgg1Lk5d4U
Host: example.org
Cookie: 

Body

{
  "job": {
    "ignore_reason": "Nisi sunt adipisci. Expedita veritatis quia. Tenetur odio beatae."
  }
}

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/"4d1a63ef52f083c7f911f53e82fe55ef"
cache-control: max-age=0, private, must-revalidate
x-request-id: 959b4798-f4d6-4be1-8536-93e32a320577
x-runtime: 0.017981
content-length: 181

Body

{
  "job": {
    "id": 391,
    "driver": {
      "id": 1367,
      "first_name": "Darrell",
      "last_name": "Lesch",
      "profile_id": 589,
      "referral_code": "973861"
    },
    "kind": "ignored",
    "updated_at": "2025-03-20T10:02:19.848Z"
  }
}