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

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 phone verification before project creation.

verify_phone
boolean

Does this user need to verify their phone number for project creation.

Last modified on March 25, 2026