---
title: "List drivers"
method: GET
path: "/api/v2/carrier/drivers"
tags: ["Carrier"]
---

# List drivers

`GET /api/v2/carrier/drivers`

List drivers for this carrier.

## Response `200`

Success

- object
  - `data` object[], required — List of drivers
    - `id` string, uuid, required — Unique identifier for this driver
    - `name` string, required — Driver's full name
    - `phone_number` string, nullable — Phone number following the format [E.164](https://www.itu.int/rec/T-REC-E.164/)
    - `sms_enabled` boolean — If this driver can receive Loadsmart text messages
    - `location` object — Driver's last location
  - `count` integer — The number of results in the payload.
  - `next` string, uri — An URL for the next result page.
  - `previous` string, uri — An URL for the previous result page.

---

[API](https://skmtc.dev/loadsmart/apis/loadsmart-api.md) · [All operations](https://skmtc.dev/loadsmart/apis/loadsmart-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/loadsmart/loadsmart-api/revisions/6021c5806fe9/schema)
