Frontend API
cURL
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 }
Phone number details
Was this page helpful?