Jobs > Drivers

List job drivers(to get not only accepted drivers)

GET job drivers(job post)

Endpoint

GET /api/v1/job_posts/:id/job_drivers

Parameters

Name Description
page Page number
per_page Number of items per page

Request

Route

GET /api/v1/job_posts/323/job_drivers

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMTYwIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjAyLCJleHAiOjE3NTU4NTgyMDIsImp0aSI6ImQ1M2UwODFkLWNlMmEtNGRlOS1iYWM2LWY3ODgxZmU2Y2I1OCJ9.4eLw_algoY6fh4hB6PAZ_huLhoDROTZabxB_CyxaWwg
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
per-page: 20
total: 4
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"ea3d0b379d47abf6c3604d1b39cac5a2"
cache-control: max-age=0, private, must-revalidate
x-request-id: 5471766e-db46-4e91-ad90-a39382215461
x-runtime: 0.031560
content-length: 1791

Body

{
  "job_drivers": [
    {
      "id": 334,
      "created_at": "2025-07-23T10:23:22.099Z",
      "driver": {
        "id": 1161,
        "first_name": "Edmund",
        "last_name": "Kunze",
        "profile": {
          "id": 543,
          "english_level": "proficient",
          "licenses": [
            "d",
            "d1"
          ],
          "postcode": "NG1 1AA",
          "rating": {
            "average": null,
            "count": 0
          }
        },
        "profile_id": 543,
        "referral_code": "938569"
      },
      "ignore_reason": null,
      "interviews": [

      ],
      "kind": "accepted",
      "kind_updated_by": null,
      "updated_at": "2025-07-23T10:23:22.099Z",
      "wage": {
        "amount": "22.5",
        "type": "fixed"
      }
    },
    {
      "id": 335,
      "created_at": "2025-07-23T10:23:22.123Z",
      "driver": {
        "id": 1162,
        "first_name": "Esteban",
        "last_name": "O'Conner",
        "profile": {
          "id": 544,
          "english_level": "advanced",
          "licenses": [
            "c1",
            "d1e"
          ],
          "postcode": "B1 1AA",
          "rating": {
            "average": null,
            "count": 0
          }
        },
        "profile_id": 544,
        "referral_code": "787367"
      },
      "ignore_reason": null,
      "interviews": [

      ],
      "kind": "accepted",
      "kind_updated_by": null,
      "updated_at": "2025-07-23T10:23:22.123Z",
      "wage": {
        "amount": "45.0",
        "type": "fixed"
      }
    },
    {
      "id": 336,
      "created_at": "2025-07-23T10:23:22.152Z",
      "driver": {
        "id": 1163,
        "first_name": "Dimple",
        "last_name": "Huels",
        "profile": {
          "id": 545,
          "english_level": "native",
          "licenses": [
            "c1",
            "d1e"
          ],
          "postcode": "EC1A 1BB",
          "rating": {
            "average": null,
            "count": 0
          }
        },
        "profile_id": 545,
        "referral_code": "314126"
      },
      "ignore_reason": null,
      "interviews": [

      ],
      "kind": "accepted",
      "kind_updated_by": null,
      "updated_at": "2025-07-23T10:23:22.152Z",
      "wage": {
        "amount": "67.5",
        "type": "fixed"
      }
    },
    {
      "id": 337,
      "created_at": "2025-07-23T10:23:22.183Z",
      "driver": {
        "id": 1164,
        "first_name": "Eliseo",
        "last_name": "Keebler",
        "profile": {
          "id": 546,
          "english_level": "beginner",
          "licenses": [
            "c1",
            "d1"
          ],
          "postcode": "L1 1AA",
          "rating": {
            "average": null,
            "count": 0
          }
        },
        "profile_id": 546,
        "referral_code": "306544"
      },
      "ignore_reason": null,
      "interviews": [

      ],
      "kind": "accepted",
      "kind_updated_by": null,
      "updated_at": "2025-07-23T10:23:22.183Z",
      "wage": {
        "amount": "90.0",
        "type": "fixed"
      }
    }
  ]
}