---
title: "Verify Fediverse OTP code"
method: POST
path: "/auth/fediverse/verify"
tags: ["Internal", "Auth", "Chat"]
---

# Verify Fediverse OTP code

`POST /auth/fediverse/verify`

## Request body

- object
  - `code` string

## Response `200`

OTP Verified

- BaseAPIResponse — Simple API response
  - `message` string
  - `success` boolean

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/owncast/apis/owncast-apis.md) · [All operations](https://skmtc.net/owncast/apis/owncast-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/owncast/owncast-apis/versions/d3510588e78e/schema)
