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

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMzg1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjEwLCJleHAiOjE3NTU4NTgyMTAsImp0aSI6IjY2ZmU2NDMyLTI1MWQtNGNiMi1hYjk4LTg5YTM0MGJiZWQ2ZCJ9.FklmwNN4DQ2o-RBU1gEJ6uHGe6J4D-AReSNq8O-vyW8
Host: example.org
Cookie: 

Body

{
  "job": {
    "ignore_reason": "Rerum in sed. Voluptate qui rem. Temporibus magnam pariatur."
  }
}

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/"340885c5521e2d145ee1a92e213fb22f"
cache-control: max-age=0, private, must-revalidate
x-request-id: 4ffc6dfd-ebdf-4b7d-ba3e-bbe3c3f111f8
x-runtime: 0.021080
content-length: 182

Body

{
  "job": {
    "id": 393,
    "driver": {
      "id": 1385,
      "first_name": "Vickie",
      "last_name": "Okuneva",
      "profile_id": 593,
      "referral_code": "954487"
    },
    "kind": "ignored",
    "updated_at": "2025-07-23T10:23:30.176Z"
  }
}