GET sms/api/otp-check
Request Information
URI Parameters
None.
Body Parameters
OTPCheckRequestName | Description | Type | Additional information |
---|---|---|---|
username | string |
None. |
|
password | string |
None. |
|
mobile | string |
None. |
|
otp | integer |
None. |
|
verify | boolean |
None. |
Request Formats
application/json, text/json
{ "username": "sample string 1", "password": "sample string 2", "mobile": "sample string 3", "otp": 4, "verify": true }
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
{}