AuthSession
Confirm email
Confirm the current user email
Request Body
application/json
email*string
The email address
Format
emailcode*string
The confirmation code
nonce*Nonce|Nonce
Response Body
application/json
curl -X POST "https://api.misaka.io/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