---
title: "Register"
method: GET
path: "/v1/auth/register"
tags: ["Authentication"]
---

# Register

`GET /v1/auth/register`

Start here! Register with your email to get a verification code.

## Flow
1. Call this endpoint with your email
2. Check your email for 6-digit code (expires in 15 minutes)
3. Call [/verify](#tag/authentication/get/v1/auth/verify) with email and code to get your API key

## No spam promise
We only send: verification codes, API keys, and critical service updates.

## Query parameters

- `email` string, email, required

## Response `200`

Status message

- string — Status message

## Other responses

- `400` — Standard error format used across all API endpoints

---

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