---
title: "Get the current age-verification status"
method: GET
path: "/v1/age-verification/status"
tags: ["Age Verification"]
---

# Get the current age-verification status

`GET /v1/age-verification/status`

## Response `200`

- AgeVerificationStatusResponseDto
  - `status` 'unverified' | 'pending' | 'approved' | 'denied' | 'suspected' | 'expired', required — Current age-verification status for the user
  - `method` 'idenfy' | 'yoti' | 'credit_card', nullable, required — Method of the latest verification attempt
  - `denyReason` string, nullable, required — Reason the latest verification did not pass, if any

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
