---
title: "Retrieve driver"
method: GET
path: "/api/v2/carrier/{driver_id}"
tags: ["Carrier"]
---

# Retrieve driver

`GET /api/v2/carrier/{driver_id}`

## Response `200`

Success

- object
  - `data` object
    - `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

## Other responses

- `404` — Driver not found

---

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