---
title: "Create driver"
method: POST
path: "/api/v2/carrier/drivers"
tags: ["Carrier"]
---

# Create driver

`POST /api/v2/carrier/drivers`

## Request body

- 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

## Response `201`

Driver was created

- 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

- `422` — Invalid or missing data

---

[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)
