MESSAGING SERVICES
Validate OTP
This endpoint is used to validate OTP
Request
[GET]
Header
Header | Type | Description |
---|---|---|
AppId | string | Create an app to get your app ID on dashboard here |
Authorization | string | public secret key |
Query parameter
Parameter | Type | Description | Required |
---|---|---|---|
code | string | OTP received from user | required |
reference_id | string | ID to identify the OTP | required |
Response Sample
Response
Test Credentials for Sandbox
Kindly use this Test OTP in sandbox Environment
OTP = 1234
Was this page helpful?