List job drivers
Companies
GET job drivers
Endpoint
GET /api/v1/companies/:id/job_drivers
Parameters
| Name | Description | In |
|---|---|---|
| page | Page number | |
| per_page | Number of items per page | |
| by_state | Filter by state. All if empty | ["current", "former"] |
| by_name | Filter by driver name |
Request
Route
GET /api/v1/companies/25/job_drivers
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI5MCIsInNjcCI6InVzZXIiLCJhdWQiOm51bGwsImlhdCI6MTc2MDk1MDQzNCwiZXhwIjoxNzYzNTQyNDM0LCJqdGkiOiJhMmM0YTM1Yy1mNmVmLTQxNjQtOTU2MC0zNmNiYWMyYzk5ZTcifQ.BzNoCOgIxA8GWdcHe232ewB0J6jVQMbnpEmMcndxWPw
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: 8
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"f8496637e98bdc93696893a72045ca99"
cache-control: max-age=0, private, must-revalidate
x-request-id: 1e4bdc7c-8855-459d-b6db-a1374a351371
x-runtime: 0.035883
content-length: 2056
Body
{
"job_drivers": [
{
"id": 22,
"chat_id": 57,
"currency": "GBP",
"driver": {
"id": 91,
"first_name": "Steven",
"last_name": "Gislason",
"profile_id": 10,
"referral_code": "372164"
},
"favourite_id": null,
"job_name": "Investor Farming Facilitator",
"kind": "accepted",
"updated_at": "2025-10-20T08:53:54.464Z"
},
{
"id": 23,
"chat_id": 58,
"currency": "GBP",
"driver": {
"id": 92,
"first_name": "Alda",
"last_name": "Tillman",
"profile_id": 11,
"referral_code": "303850"
},
"favourite_id": null,
"job_name": "Investor Farming Facilitator",
"kind": "accepted",
"updated_at": "2025-10-20T08:53:54.485Z"
},
{
"id": 24,
"chat_id": 60,
"currency": "GBP",
"driver": {
"id": 93,
"first_name": "Craig",
"last_name": "Sawayn",
"profile_id": 12,
"referral_code": "969221"
},
"favourite_id": null,
"job_name": "Investor Technician",
"kind": "accepted",
"updated_at": "2025-10-20T08:53:54.516Z"
},
{
"id": 25,
"chat_id": 61,
"currency": "GBP",
"driver": {
"id": 94,
"first_name": "Allena",
"last_name": "Stroman",
"profile_id": 13,
"referral_code": "405331"
},
"favourite_id": null,
"job_name": "Investor Technician",
"kind": "accepted",
"updated_at": "2025-10-20T08:53:54.536Z"
},
{
"id": 26,
"chat_id": 62,
"currency": "GBP",
"driver": {
"id": 95,
"first_name": "Ernie",
"last_name": "Kub",
"profile_id": 14,
"referral_code": "335276"
},
"favourite_id": null,
"job_name": "Investor Technician",
"kind": "accepted",
"updated_at": "2025-10-20T08:53:54.556Z"
},
{
"id": 27,
"chat_id": 63,
"currency": "GBP",
"driver": {
"id": 96,
"first_name": "Sheree",
"last_name": "West",
"profile_id": 15,
"referral_code": "867431"
},
"favourite_id": 3,
"job_name": "Investor Technician",
"kind": "accepted",
"updated_at": "2025-10-20T08:53:54.578Z"
},
{
"id": 28,
"chat_id": 64,
"currency": "GBP",
"driver": {
"id": 97,
"first_name": "Fae",
"last_name": "Yost",
"profile_id": 16,
"referral_code": "667724"
},
"favourite_id": null,
"job_name": "Investor Technician",
"kind": "accepted",
"updated_at": "2025-10-20T08:53:54.598Z"
},
{
"id": 29,
"chat_id": 65,
"currency": "GBP",
"driver": {
"id": 98,
"first_name": "Remedios",
"last_name": "Schneider",
"profile_id": 17,
"referral_code": "445587"
},
"favourite_id": 2,
"job_name": "Investor Technician",
"kind": "accepted",
"updated_at": "2025-10-20T08:53:54.618Z"
}
]
}