AuthSession
Confirm email
Confirm the current user email
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v3/session/confirm-email" \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com", "code": "string", "nonce": "string" }'{ "success": true}How is this guide?
Last updated on