---
title: "Create shipper"
method: POST
path: "/api/v2/shippers"
tags: ["Shippers"]
---

# Create shipper

`POST /api/v2/shippers`

## Request body

- object
  - `id` string, uuid — Unique identifier for this shipper
  - `company_name` string, required — Company name
  - `account` object
    - `email` string, email, required — User's email address
    - `first_name` string — User's first name
    - `last_name` string — User's last name
    - `phone_number` string, nullable — Phone number following the format [E.164](https://www.itu.int/rec/T-REC-E.164/)
    - `verification_channel` 'email' | 'sms' — Channel selected to send the verification code

## Response `201`

Shipper was created

- object
  - `data` object
    - `id` string, uuid — Unique identifier for this shipper
    - `company_name` string, required — Company name

## Other responses

- `422` — Payload is invalid and a shipper can't be created

---

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