---
title: "Verify"
method: GET
path: "/v1/auth/verify"
tags: ["Authentication"]
---

# Verify

`GET /v1/auth/verify`

Complete registration by submitting your verification code.
        
## Returns
Your API key (also sent to your email for safekeeping)
        
## Security
We don't store keys in plain text - save yours securely.

## Query parameters

- `email` string, email, required
- `code` string, required

## Response `200`

Your API key

- string — Your API key

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