Jobs

Show job

GET job

Endpoint

GET /api/v1/jobs/:id

Request

Route

GET /api/v1/jobs/473

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMzMwIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYzNjI2Mzk0LCJleHAiOjE3NjYyMTgzOTQsImp0aSI6ImY2MmI3MTk3LWYyYTgtNDBmYS1iZmI3LTM3NmM5MjhhMzhlZiJ9.mgnWd4gCoIVADC4KpDKR3iqSFcw6cGQliAKxRDMT5is
Host: example.org
Cookie: 

Query Parameters

{}=

Body

{
}

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/"e89f4be848da672cfec5352c1129a4a3"
cache-control: max-age=0, private, must-revalidate
x-request-id: 26c4aa8e-bd67-4da7-a898-bdeb354d5676
x-runtime: 0.007276
content-length: 811

Body

{
  "job": {
    "id": 473,
    "chat": {
      "id": 722,
      "topic": {
        "id": 473,
        "number": 37034397,
        "title": "Healthcare Director"
      },
      "topic_type": "Job"
    },
    "currency": "GBP",
    "dbs_check": "no",
    "dbs_last_performed_months": null,
    "description": "Tendo ascisco valeo. Appositus soleo censura.",
    "drivers_required": 1,
    "end_date": "2026-06-29",
    "expected_weekly_hours": 18,
    "hours_from": null,
    "hours_to": null,
    "industries": [
      "private_hire",
      "medical"
    ],
    "inexperienced_drivers": false,
    "job_type": "temporary_contract",
    "licenses": [
      "phv",
      "c1e"
    ],
    "min_rating": "4.5",
    "number": 37034397,
    "overtime_rate": null,
    "postcode": "NG1 1AA",
    "published_at": "2025-11-20T07:13:14.860Z",
    "show_by": "maximum_hours",
    "start_date": "2025-11-28",
    "status": "active",
    "timer": 86400,
    "title": "Healthcare Director",
    "wages": [
      {
        "id": 798,
        "driver_rate": null,
        "kind": "sunday",
        "rate": "34.0"
      }
    ],
    "young_drivers": false
  }
}