Frontend API
cURL
curl --request POST \ --url https://api.wacht.dev/me/email-addresses/{id}/attempt-verification \ --header 'Content-Type: application/x-www-form-urlencoded' \ --cookie session_id= \ --data verification_code=123456
{ "id": "<string>", "email": "jsmith@example.com", "primary": true, "verified": true, "created_at": "2023-11-07T05:31:56Z" }
"123456"
Email verified successfully
Was this page helpful?