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

Authorizations

session_id
string
cookie
required

Path Parameters

id
string<uint64>
required

Response

200 - application/json

Phone number details

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