---
title: "Check if verification is required"
method: POST
path: "/me/verification"
tags: ["Users"]
---

# Check if verification is required

`POST /me/verification`

Find out if the current logged in user requires verification (phone or staff) to create projects.

## Response `200`

The information pertinent to determine if the account requires any type of verification before project creation.

- object
  - `state` boolean — Does this user need verification for project creation.
  - `type` string — What type of verification is needed (phone or ticket)

---

[API](https://skmtc.net/upsun/apis/upsun-com-rest-api.md) · [All operations](https://skmtc.net/upsun/apis/upsun-com-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upsun/upsun-com-rest-api/revisions/6cc88fde6435/schema)
