List job drivers(to get not only accepted drivers)
Jobs > 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.eyJzdWIiOiIxMTYwIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDU5LCJleHAiOjE3NjM1NDI0NTksImp0aSI6ImQ4ZThiNGE4LTQxMjMtNGVhMi1hZWZhLWM5YTA2ZTNiZGJjNyJ9.1_JeTEnyoeXUlvjR6FVrJ-QQTllAu0x61UvHOoMrNX0
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/"1cb2e425cf4c5bc3b47ff574d78f5542"
cache-control: max-age=0, private, must-revalidate
x-request-id: 6f36cace-623a-4cc1-af71-21aaa2668910
x-runtime: 0.032751
content-length: 1871
  Body
{
  "job_drivers": [
    {
      "id": 334,
      "created_at": "2025-10-20T08:54:19.078Z",
      "currency": "GBP",
      "driver": {
        "id": 1161,
        "first_name": "Johanna",
        "last_name": "Nienow",
        "profile": {
          "id": 543,
          "english_level": "advanced",
          "licenses": [
            "b1",
            "adr"
          ],
          "postcode": "M1 1AE",
          "rating": {
            "average": null,
            "count": 0
          }
        },
        "profile_id": 543,
        "referral_code": "561558"
      },
      "ignore_reason": null,
      "interviews": [
      ],
      "kind": "accepted",
      "kind_updated_by": null,
      "updated_at": "2025-10-20T08:54:19.078Z",
      "wage": {
        "amount": "22.5",
        "type": "fixed"
      }
    },
    {
      "id": 335,
      "created_at": "2025-10-20T08:54:19.101Z",
      "currency": "GBP",
      "driver": {
        "id": 1162,
        "first_name": "Scotty",
        "last_name": "Kunde",
        "profile": {
          "id": 544,
          "english_level": "intermediate",
          "licenses": [
            "c1e",
            "b"
          ],
          "postcode": "M1 1AE",
          "rating": {
            "average": null,
            "count": 0
          }
        },
        "profile_id": 544,
        "referral_code": "781275"
      },
      "ignore_reason": null,
      "interviews": [
      ],
      "kind": "accepted",
      "kind_updated_by": null,
      "updated_at": "2025-10-20T08:54:19.101Z",
      "wage": {
        "amount": "45.0",
        "type": "fixed"
      }
    },
    {
      "id": 336,
      "created_at": "2025-10-20T08:54:19.121Z",
      "currency": "GBP",
      "driver": {
        "id": 1163,
        "first_name": "Marquetta",
        "last_name": "Ferry",
        "profile": {
          "id": 545,
          "english_level": "proficient",
          "licenses": [
            "phv",
            "d1"
          ],
          "postcode": "EC1A 1BB",
          "rating": {
            "average": null,
            "count": 0
          }
        },
        "profile_id": 545,
        "referral_code": "943880"
      },
      "ignore_reason": null,
      "interviews": [
      ],
      "kind": "accepted",
      "kind_updated_by": null,
      "updated_at": "2025-10-20T08:54:19.121Z",
      "wage": {
        "amount": "67.5",
        "type": "fixed"
      }
    },
    {
      "id": 337,
      "created_at": "2025-10-20T08:54:19.142Z",
      "currency": "GBP",
      "driver": {
        "id": 1164,
        "first_name": "Lonnie",
        "last_name": "Dickinson",
        "profile": {
          "id": 546,
          "english_level": "proficient",
          "licenses": [
            "ce",
            "d1"
          ],
          "postcode": "LS1 1UR",
          "rating": {
            "average": null,
            "count": 0
          }
        },
        "profile_id": 546,
        "referral_code": "391897"
      },
      "ignore_reason": null,
      "interviews": [
      ],
      "kind": "accepted",
      "kind_updated_by": null,
      "updated_at": "2025-10-20T08:54:19.142Z",
      "wage": {
        "amount": "90.0",
        "type": "fixed"
      }
    }
  ]
}