Frontend API
cURL
curl --request GET \ --url https://api.wacht.dev/me/email-addresses \ --cookie session_id=
[ { "id": "<string>", "email": "jsmith@example.com", "primary": true, "verified": true, "created_at": "2023-11-07T05:31:56Z" } ]
Retrieve all email addresses associated with the user
Email addresses retrieved
Was this page helpful?