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/339/job_drivers
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjAwIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYzNjI2MzkwLCJleHAiOjE3NjYyMTgzOTAsImp0aSI6IjJlM2VjMjc2LTRkNmUtNGE1YS05NGY0LWM0MmJjYjRiZThiOCJ9.Uo0SMJlPupYHdLm4CqsjIRfPoooz0xANsCWlq4djvMQ
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/"c7d6875c87582cf6dfb106bdd0dc9776"
cache-control: max-age=0, private, must-revalidate
x-request-id: 133b79ae-fc90-4657-98ec-64959d446e8f
x-runtime: 0.032342
content-length: 1972
Body
{
"job_drivers": [
{
"id": 353,
"created_at": "2025-11-20T08:13:09.999Z",
"currency": "GBP",
"driver": {
"id": 1201,
"financial_company_id": null,
"first_name": "Javier",
"last_name": "Greenfelder",
"profile": {
"id": 562,
"english_level": "advanced",
"licenses": [
"b",
"d1e"
],
"postcode": "M1 1AE",
"rating": {
"average": null,
"count": 0
}
},
"profile_id": 562,
"referral_code": "254149"
},
"ignore_reason": null,
"interviews": [
],
"kind": "accepted",
"kind_updated_by": null,
"updated_at": "2025-11-20T08:13:09.999Z",
"wage": {
"amount": "22.5",
"type": "fixed"
}
},
{
"id": 354,
"created_at": "2025-11-20T08:13:10.021Z",
"currency": "GBP",
"driver": {
"id": 1202,
"financial_company_id": null,
"first_name": "Odessa",
"last_name": "Gottlieb",
"profile": {
"id": 563,
"english_level": "proficient",
"licenses": [
"d1e",
"c"
],
"postcode": "B1 1AA",
"rating": {
"average": null,
"count": 0
}
},
"profile_id": 563,
"referral_code": "519165"
},
"ignore_reason": null,
"interviews": [
],
"kind": "accepted",
"kind_updated_by": null,
"updated_at": "2025-11-20T08:13:10.021Z",
"wage": {
"amount": "45.0",
"type": "fixed"
}
},
{
"id": 355,
"created_at": "2025-11-20T08:13:10.044Z",
"currency": "GBP",
"driver": {
"id": 1203,
"financial_company_id": null,
"first_name": "Otto",
"last_name": "Stark",
"profile": {
"id": 564,
"english_level": "intermediate",
"licenses": [
"d",
"phv"
],
"postcode": "M1 1AE",
"rating": {
"average": null,
"count": 0
}
},
"profile_id": 564,
"referral_code": "061076"
},
"ignore_reason": null,
"interviews": [
],
"kind": "accepted",
"kind_updated_by": null,
"updated_at": "2025-11-20T08:13:10.044Z",
"wage": {
"amount": "67.5",
"type": "fixed"
}
},
{
"id": 356,
"created_at": "2025-11-20T08:13:10.065Z",
"currency": "GBP",
"driver": {
"id": 1204,
"financial_company_id": null,
"first_name": "Royal",
"last_name": "O'Reilly",
"profile": {
"id": 565,
"english_level": "native",
"licenses": [
"d",
"b"
],
"postcode": "L1 1AA",
"rating": {
"average": null,
"count": 0
}
},
"profile_id": 565,
"referral_code": "954853"
},
"ignore_reason": null,
"interviews": [
],
"kind": "accepted",
"kind_updated_by": null,
"updated_at": "2025-11-20T08:13:10.065Z",
"wage": {
"amount": "90.0",
"type": "fixed"
}
}
]
}