Skip to main content
POST
/
me
/
phone
Error
A valid request URL is required to generate request examples
{
  "verify_phone": true
}

Documentation Index

Fetch the complete documentation index at: https://developer.upsun.com/llms.txt

Use this file to discover all available pages before exploring further.

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 May 7, 2026