---
title: "Verification Status"
method: GET
path: "/verify/{guild_id}/status"
tags: ["verify"]
---

# Verification Status

`GET /verify/{guild_id}/status`

Everything the verify page needs to render, in one call.

Deliberately works without a session: an unauthenticated visitor sees the guild and what
is required, just not their own progress.

## Path parameters

- `guild_id` integer, required

## Response `200`

Successful Response

- VerifyStatus
  - `guild_id` string, required
  - `guild_name` string
  - `guild_icon` string, nullable
  - `enabled` boolean
  - `captcha_required` boolean
  - `require_account` boolean
  - `providers` object[]
  - `authenticated` boolean
  - `state` object, nullable
  - `accounts` object

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