Skip to main content
POST
/
api
/
v1
/
accounts
/
cards
/
phone
/
otp
Send phone OTP
curl --request POST \
  --url https://api.hevn.finance/api/v1/accounts/cards/phone/otp \
  --header 'Authorization: Bearer <token>'
{
  "sessionId": "<string>"
}

Authorizations

Authorization
string
header
default:Bearer <token>
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-key
string | null

Response

Successful Response

Response after sending OTP.

sessionId
string
required