๐Ÿ“ฅSend Email OTP

Send OTP

POST https://valifystage.com/api/v1/otp/email/send/

Headers

Name
Type
Description

Content-Type

string

application/json

Authorization

string

Bearer <access-token>

Request Body

Name
Type
Description

data

object

Object containing the parameters below: { email: <str>, bundle_key: <str>, lang: <str> }

Status Codes

{
    "result": {
        "success": true
    },
    "transaction_id": <str>,
    "trials_remaining": <str>
}
  

Code Snippets

Last updated