Skip to main content
POST
/
me
/
verification
Error
A valid request URL is required to generate request examples
{
  "state": true,
  "type": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

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

state
boolean

Does this user need verification for project creation.

type
string

What type of verification is needed (phone or ticket)

Last modified on March 25, 2026