---
title: "Confirm Email Otp"
method: POST
path: "/v0/auth/confirm-email-otp"
tags: ["auth"]
---

# Confirm Email Otp

`POST /v0/auth/confirm-email-otp`

## Query parameters

- `retry` integer

## Request body

- string

## Response `200`

Successful Response

- DetailResponse
  - `detail` object, required

## Other responses

- `401` — If user authentication fails or invalid OTP
- `404` — If user or OTP not found
- `422` — Validation Error
- `429` — If request rate limit exceeded

---

[API](https://skmtc.net/databento/apis/databento-openapi-specification.md) · [All operations](https://skmtc.net/databento/apis/databento-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/databento/databento-openapi-specification/revisions/08ef3d01f5b8/schema)
