---
title: "Creates a new Driver"
method: POST
path: "/carrier/{carrierid}/driver"
tags: ["Carrier"]
---

# Creates a new Driver

`POST /carrier/{carrierid}/driver`

## Path parameters

- `carrierid` string, required

## Request body

- CreateDriverRequest
  - `first_name` string
  - `last_name` string
  - `username` string
  - `email` string
  - `password` string
  - `cdl_number` string
  - `receive_offers` boolean
  - `phone` string
  - `carrier` string

## Response `200`

Status Code 200:  Successful Response - the request was successful!

- CreateDriverResponse
  - `success` boolean
  - `data` object
    - `driverId` string

## Other responses

- `400` — Status Code 400: Bad Request Response - the request header and/or body is invalid
- `500` — StatusCode 500: Internal Server Error Response - there's a problem with the Public API service

---

[API](https://skmtc.net/cargomatic/apis/cargomatic-public-api.md) · [All operations](https://skmtc.net/cargomatic/apis/cargomatic-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cargomatic/cargomatic-public-api/revisions/4aa7f4326443/schema)
