Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3000/v1/auth/verify-email \ --header 'Content-Type: application/json' \ --data ' { "email": "user@example.com", "code": "123456" } '
{ "message": "email verified successfully" }
Verifies a user’s email address using a numeric code sent via email.
"user@example.com"
"123456"
Email verified successfully
"email verified successfully"