---
title: "Get Verification"
method: GET
path: "/dashboard/bot/settings/{guild_id}/verification/"
tags: ["dashboard"]
---

# Get Verification

`GET /dashboard/bot/settings/{guild_id}/verification/`

## Path parameters

- `guild_id` integer, required

## Response `200`

Successful Response

- VerificationSettingsOutput
  - `enabled` boolean
  - `captcha` CaptchaSettings
    - `enabled` boolean
    - `grant_role` string
  - `providers` VerificationProvider[]
    - `id` string, required
    - `type` string, required
    - `settings` ProviderSettings, required
      - `required` boolean
      - `grant_role` string
      - `nickname` string
      - `min_account_age_days` integer
      - `unique_account` boolean
  - `require_account` boolean
  - `primary_provider` string
  - `verified_role` string
  - `unverified_role` string
  - `nickname` string
  - `dm_verification` boolean
  - `message_enabled` boolean
  - `join_message` string
  - `enforce_bans` boolean
  - `passports` VerificationPassport[]
    - `source_guild_id` string, required
    - `name` string
    - `icon` string, nullable
    - `accepted_at` string, nullable
    - `source_policy` SourcePolicy
      - `captcha` boolean
      - `require_account` boolean
      - `providers` string[]
      - `required_providers` string[]
    - `platforms` string[]
    - `mode` 'verified_only' | 'full'
  - `ban_sharing` BanSharingSettings
    - `enabled` boolean
    - `sources` string[]
  - `extra_platforms` integer

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