Skip to main content
GET
/
me
/
phone-numbers
Get phone numbers
curl --request GET \
  --url https://api.wacht.dev/me/phone-numbers \
  --cookie session_id=
[
  {
    "id": "<string>",
    "phone_number": "<string>",
    "country_code": "<string>",
    "primary": true,
    "verified": true
  }
]

Authorizations

session_id
string
cookie
required

Response

Phone numbers retrieved

id
string<uint64>
phone_number
string
country_code
string
primary
boolean
verified
boolean