---
title: "Get session verification settings"
method: GET
path: "/v1/admin/settings/session_verification"
tags: ["Admin"]
---

# Get session verification settings

`GET /v1/admin/settings/session_verification`

Get the current session verification settings for the caller

## Headers

- `Authorization` string, required

## Response `200`

OK

- SchemasSessionVerificationSettingsResponse
  - `unsafe_skip_verification` boolean
  - `unsafe_skip_verification_choice_allowed` boolean
  - `verifier_url` string — not omitempty because we want to show null values

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/arcadeai/apis/arcade-api.md) · [All operations](https://skmtc.dev/arcadeai/apis/arcade-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arcadeai/arcade-api/revisions/8446c4e394ac/schema)
