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