---
title: "Create a new reseller"
method: POST
path: "/api/resellers"
tags: ["Admin - Resellers"]
---

# Create a new reseller

`POST /api/resellers`

## Request body

- Reseller
  - `id` integer
  - `name` string, required
  - `username` string, required
  - `password` string, password, required — Write-only. Never returned in responses.
  - `email` string, email, required
  - `phone` string
  - `address` string
  - `city` string
  - `state` string
  - `zip` string
  - `country` string
  - `company` string
  - `email_verified_at` string, date-time, nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Response `201`

Reseller created

## Other responses

- `422` — Validation error

---

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