Description
Generates an OTP token for the Sub-Reseller.
Parameters
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
resellerid | Integer | Required | Reseller ID of the Sub-Reseller |
HTTP Method
GET
Example Test URL Request
https://test.httpapi.com/api/resellers/authenticate/generate-otp.json?auth-userid=0&api-key=key&resellerid=0
Response
Returns true (Boolean), if the OTP token is generated.
In case of any errors, a status key with value as ERROR alongwith an error message will be returned.