---
title: "Signup"
method: POST
path: "/v1/auth/signup"
tags: ["auth"]
---

# Signup

`POST /v1/auth/signup`

## Request body

- SignupRequest
  - `email` string, required
  - `first_name` string, required
  - `last_name` string, required
  - `password` string, required
  - `phone_number` string, nullable
  - `account_type` 'REGULAR' | 'ENTERPRISE'
  - `referral_code` string, nullable
  - `ref_slug` string, nullable
  - `marketing_consent` boolean, nullable
  - `invitation_token` string, nullable
  - `anonymous_id` string, nullable

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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