---
title: "Verification Callback"
method: GET
path: "/verify/{provider_key}/callback"
tags: ["verify"]
---

# Verification Callback

`GET /verify/{provider_key}/callback`

Finish an OAuth2 step: exchange the code, store the account, tell the bot.

## Path parameters

- `provider_key` string, required

## Query parameters

- `state` string, required
- `code` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/monni/apis/fastapi.md) · [All operations](https://skmtc.dev/monni/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/monni/fastapi/revisions/0321cc5200a6/schema)
