Frontend API
cURL
curl --request POST \ --url https://api.wacht.dev/me/phone-numbers/{id}/make-primary \ --cookie session_id=
{ "id": "<string>", "phone_number": "<string>", "country_code": "<string>", "primary": true, "verified": true }
Phone set as primary
Was this page helpful?