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/totp \ --header 'Content-Type: application/json' \ --data ' { "sessionKey": "<string>", "code": "<string>" } '
{ "status": "ok" }
Verify TOTP code. Sets totp_validated flag on session.
Request to complete login with TOTP code.
Session key from email OTP step
6-digit TOTP code or 8-char recovery code
6 - 8
Successful Response
Simple status response.
Was this page helpful?