Companies

List job drivers

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.eyJzdWIiOiI5MCIsInNjcCI6InVzZXIiLCJhdWQiOm51bGwsImlhdCI6MTc2MzYyNjM2MiwiZXhwIjoxNzY2MjE4MzYyLCJqdGkiOiI1M2Q5MzkzZi00NDYyLTRiYjAtYjI0Yi03MWFhNTI3MDQ1MzAifQ.yzHLITPFixBYi81qhi4OUklLBWTiNVNX4IEzDCi_GiQ
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/"9cd3854fdda2860a427936052268982c"
cache-control: max-age=0, private, must-revalidate
x-request-id: abf24883-c142-4406-b487-cc6d2586a1fb
x-runtime: 0.034090
content-length: 2304

Body

{
  "job_drivers": [
    {
      "id": 22,
      "chat_id": 57,
      "currency": "GBP",
      "driver": {
        "id": 91,
        "financial_company_id": null,
        "first_name": "Roxanne",
        "last_name": "Cormier",
        "profile_id": 10,
        "referral_code": "011649"
      },
      "favourite_id": null,
      "job_name": "Dynamic Mining Agent",
      "kind": "accepted",
      "updated_at": "2025-11-20T08:12:42.556Z"
    },
    {
      "id": 23,
      "chat_id": 58,
      "currency": "GBP",
      "driver": {
        "id": 92,
        "financial_company_id": null,
        "first_name": "Kristy",
        "last_name": "Abshire",
        "profile_id": 11,
        "referral_code": "045414"
      },
      "favourite_id": null,
      "job_name": "Dynamic Mining Agent",
      "kind": "accepted",
      "updated_at": "2025-11-20T08:12:42.579Z"
    },
    {
      "id": 24,
      "chat_id": 60,
      "currency": "GBP",
      "driver": {
        "id": 93,
        "financial_company_id": null,
        "first_name": "Ofelia",
        "last_name": "Ullrich",
        "profile_id": 12,
        "referral_code": "195769"
      },
      "favourite_id": null,
      "job_name": "International Developer",
      "kind": "accepted",
      "updated_at": "2025-11-20T08:12:42.619Z"
    },
    {
      "id": 25,
      "chat_id": 61,
      "currency": "GBP",
      "driver": {
        "id": 94,
        "financial_company_id": null,
        "first_name": "Maria",
        "last_name": "Swaniawski",
        "profile_id": 13,
        "referral_code": "998514"
      },
      "favourite_id": null,
      "job_name": "International Developer",
      "kind": "accepted",
      "updated_at": "2025-11-20T08:12:42.644Z"
    },
    {
      "id": 26,
      "chat_id": 62,
      "currency": "GBP",
      "driver": {
        "id": 95,
        "financial_company_id": null,
        "first_name": "Star",
        "last_name": "Heller",
        "profile_id": 14,
        "referral_code": "356102"
      },
      "favourite_id": null,
      "job_name": "International Developer",
      "kind": "accepted",
      "updated_at": "2025-11-20T08:12:42.667Z"
    },
    {
      "id": 27,
      "chat_id": 63,
      "currency": "GBP",
      "driver": {
        "id": 96,
        "financial_company_id": null,
        "first_name": "Britney",
        "last_name": "Gulgowski",
        "profile_id": 15,
        "referral_code": "434851"
      },
      "favourite_id": 3,
      "job_name": "International Developer",
      "kind": "accepted",
      "updated_at": "2025-11-20T08:12:42.691Z"
    },
    {
      "id": 28,
      "chat_id": 64,
      "currency": "GBP",
      "driver": {
        "id": 97,
        "financial_company_id": null,
        "first_name": "Dorthea",
        "last_name": "Waelchi",
        "profile_id": 16,
        "referral_code": "201888"
      },
      "favourite_id": null,
      "job_name": "International Developer",
      "kind": "accepted",
      "updated_at": "2025-11-20T08:12:42.713Z"
    },
    {
      "id": 29,
      "chat_id": 65,
      "currency": "GBP",
      "driver": {
        "id": 98,
        "financial_company_id": null,
        "first_name": "Hans",
        "last_name": "Mosciski",
        "profile_id": 17,
        "referral_code": "533137"
      },
      "favourite_id": 2,
      "job_name": "International Developer",
      "kind": "accepted",
      "updated_at": "2025-11-20T08:12:42.735Z"
    }
  ]
}