Skip to main content
POST
/
api
/
v1
/
auth
/
totp
Auth Totp
curl --request POST \
  --url https://api.hevn.finance/api/v1/auth/totp \
  --header 'Content-Type: application/json' \
  --data '
{
  "sessionKey": "<string>",
  "code": "<string>"
}
'
{
  "status": "ok"
}

Body

application/json

Request to complete login with TOTP code.

sessionKey
string
required

Session key from email OTP step

code
string
required

6-digit TOTP code or 8-char recovery code

Required string length: 6 - 8

Response

Successful Response

Simple status response.

status
string
default:ok