---
title: "Verify Otp"
method: POST
path: "/auth/otp/verify"
tags: ["Authentication"]
---

# Verify Otp

`POST /auth/otp/verify`

## Request body

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

## Response `200`

Successful Response

- OTPVerifyResponse
  - `access_token` string, required
  - `refresh_token` string, required
  - `token_type` string

## Other responses

- `422` — Validation Error

---

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