OTP API
OTP API can be used to generate and validate PINs in VAS campaigns, ensuring secure and efficient user authentication.
Common Parameters
Query
Type
Description
key
String
API Key
aid
Integer
Affiliate Id
mid
Integer
Your Advertiser MID
Generate OTP
Request Parameters
Body
Type
Description
type
string
Type of request
userId
string
User ID (under Partner)
msisdn
string
Mobile number (numeric)
partner
string
Partner name
Example API Response
Verify OTP
Request Parameters
Body
Type
Description
userId
string
User ID
msisdn
string
Mobile number
otp
string
OTP received by the user
partner
string
Partner name
request_id
string
Request ID for tracking
Example API Response
Last updated
Was this helpful?