Skip to main content
POST
/
me
/
verification
Check if verification is required
curl --request POST \
  --url {schemes}://api.upsun.com/me/verification \
  --header 'Authorization: Bearer <token>'
{
  "state": true,
  "type": "<string>"
}

Authorizations

Authorization
string
header
required

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)