Frontend API
cURL
curl --request POST \ --url https://api.wacht.dev/me/email-addresses \ --header 'Content-Type: application/x-www-form-urlencoded' \ --cookie session_id= \ --data [email protected]
{ "id": "<string>", "email": "[email protected]", "primary": true, "verified": true, "created_at": "2023-11-07T05:31:56Z" }
Add a new email address to the user account
"[email protected]"
Email address added
Was this page helpful?