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.eyJzdWIiOiI5MCIsInNjcCI6InVzZXIiLCJhdWQiOm51bGwsImlhdCI6MTc1ODAxMjQ2MSwiZXhwIjoxNzYwNjA0NDYxLCJqdGkiOiIxY2E4MzEwNi05ZGVkLTQxOGEtOGMxMy1iMGQ2ZDczZjA0ZTkifQ.-A2vnKYGrWuUHgnrHf_Qayj7HiWOuO57XZCVZFiohkE
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/"624141cb3d6c6f395ede4cbf31b4cf17"
cache-control: max-age=0, private, must-revalidate
x-request-id: 0d207664-d794-4fb9-92c5-04ae1aa8289f
x-runtime: 0.039428
content-length: 1933

Body

{
  "job_drivers": [
    {
      "id": 22,
      "chat_id": 57,
      "driver": {
        "id": 91,
        "first_name": "Collin",
        "last_name": "Mitchell",
        "profile_id": 10,
        "referral_code": "252453"
      },
      "favourite_id": null,
      "job_name": "Healthcare Specialist",
      "kind": "accepted",
      "updated_at": "2025-09-16T08:47:41.215Z"
    },
    {
      "id": 23,
      "chat_id": 58,
      "driver": {
        "id": 92,
        "first_name": "Tyrell",
        "last_name": "Lakin",
        "profile_id": 11,
        "referral_code": "574036"
      },
      "favourite_id": null,
      "job_name": "Healthcare Specialist",
      "kind": "accepted",
      "updated_at": "2025-09-16T08:47:41.239Z"
    },
    {
      "id": 24,
      "chat_id": 60,
      "driver": {
        "id": 93,
        "first_name": "Lyle",
        "last_name": "Ruecker",
        "profile_id": 12,
        "referral_code": "779711"
      },
      "favourite_id": null,
      "job_name": "Consulting Consultant",
      "kind": "accepted",
      "updated_at": "2025-09-16T08:47:41.273Z"
    },
    {
      "id": 25,
      "chat_id": 61,
      "driver": {
        "id": 94,
        "first_name": "Tyrone",
        "last_name": "Volkman",
        "profile_id": 13,
        "referral_code": "334643"
      },
      "favourite_id": null,
      "job_name": "Consulting Consultant",
      "kind": "accepted",
      "updated_at": "2025-09-16T08:47:41.295Z"
    },
    {
      "id": 26,
      "chat_id": 62,
      "driver": {
        "id": 95,
        "first_name": "Teri",
        "last_name": "Bashirian",
        "profile_id": 14,
        "referral_code": "282162"
      },
      "favourite_id": null,
      "job_name": "Consulting Consultant",
      "kind": "accepted",
      "updated_at": "2025-09-16T08:47:41.318Z"
    },
    {
      "id": 27,
      "chat_id": 63,
      "driver": {
        "id": 96,
        "first_name": "Trinity",
        "last_name": "Stoltenberg",
        "profile_id": 15,
        "referral_code": "486411"
      },
      "favourite_id": 3,
      "job_name": "Consulting Consultant",
      "kind": "accepted",
      "updated_at": "2025-09-16T08:47:41.341Z"
    },
    {
      "id": 28,
      "chat_id": 64,
      "driver": {
        "id": 97,
        "first_name": "Cherish",
        "last_name": "Hermiston",
        "profile_id": 16,
        "referral_code": "313705"
      },
      "favourite_id": null,
      "job_name": "Consulting Consultant",
      "kind": "accepted",
      "updated_at": "2025-09-16T08:47:41.364Z"
    },
    {
      "id": 29,
      "chat_id": 65,
      "driver": {
        "id": 98,
        "first_name": "Guy",
        "last_name": "Kuvalis",
        "profile_id": 17,
        "referral_code": "639540"
      },
      "favourite_id": 2,
      "job_name": "Consulting Consultant",
      "kind": "accepted",
      "updated_at": "2025-09-16T08:47:41.388Z"
    }
  ]
}