Method: POST
parameter name | Parameter Description | Remark |
appkey | application key | *Required
provided by the supplier |
appcode | application code | *Required
provided by the supplier |
phone | phone number
|
*Required
Multiple numbers are separated by commas, no more than 1000 at a time |
Description of request parameter information:
{domain}/sendotp/index.php?appkey=[appkey]&appcode=[appcode]&phone=[phone number]
Response message description
The following chart returns descriptive information about the data:
field | type | Description |
carrier | String | return code |
error | int | o: success, 1: error |
msgid | String | The unique identifier returned by the submission (32-bit string, used to get the SMS receipt) |
log | String | Note error |
When user type OPT Code you can double check API
Method: GET
parameter name | Parameter Description | Remark |
appkey | application key | *Required
provided by the supplier |
appcode | application code | *Required
provided by the supplier |
phone | phone number
|
*Required
Multiple numbers are separated by commas, no more than 1000 at a time |
code | Code verify, Text from verify_code field | *Required |
field | type | Description |
appkey | String | application key |
appcode | String | application key |
phone | String | phone number |
code | String | String from field user input |
Description of request parameter information:
{domain}/checkotp/index.php?appkey=[appkey]&appcode=[appcode]&phone=[phone number]&code=[code]
Response message description
The following chart returns descriptive information about the data:
field | type | Description |
result | 1 | |
error | String | String of error |
code | String | Code of user input |
{domain}/manager/
User / password
return code | Error code description |
0 | Succes |
1 | Error |
When user click to “Gửi mã” call api.
{domain}/sendotp/index.php
Response message description