Frontend API
cURL
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 } ]
Phone numbers retrieved
Was this page helpful?