Frontend API
cURL
curl --request POST \ --url https://api.wacht.dev/me/email-addresses/{id}/make-primary \ --cookie session_id=
{ "id": "<string>", "email": "jsmith@example.com", "primary": true, "verified": true, "created_at": "2023-11-07T05:31:56Z" }
Email set as primary
Was this page helpful?