---
title: "Register a new self-serve dealer account."
method: POST
path: "/auth/dealers/create"
tags: ["auth"]
---

# Register a new self-serve dealer account.

`POST /auth/dealers/create`

Creates a dealer account for unauthenticated users through the self-serve signup flow.
The dealer will need to complete email verification and subscription payment before
gaining full access to Wheelbase.

## Response `201`

HTTP status code 200 and user model

- UserAuthResponse
  - `account_id` string
  - `email` string
  - `first_name` string
  - `last_name` string
  - `phone` string
  - `preferred_2fa_method` string
  - `refresh_token` string
  - `roles` string[]
  - `session_id_2fa` string
  - `show_2fa_screen` boolean
  - `show_verify_email_screen` boolean
  - `token` string
  - `user_id` integer
  - `verifications` VerificationStatus
    - `email` boolean
    - `phone` boolean

## Other responses

- `400` — Invalid input or state means you're bad
- `default` — An unknown, unexpected error.

---

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