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 https://api.hevn.finance/api/v1/auth/email_otp \ --header 'Content-Type: application/json' \ --data ' { "sessionKey": "<string>", "otpCode": "<string>" } '
{ "status": "ok" }
Verify email OTP code. Sets email_otp_validated flag on session.
Request schema for email OTP verification.
Session key from auth/start
6-digit OTP code
6
Successful Response
Simple status response.
Was this page helpful?