Skip to main content
POST
/
me
/
phone
Error
A valid request URL is required to generate request examples
{
  "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 June 16, 2026