Loading...

Knowledge Base

Verify a Sub-Reseller OTP Using the API

When you want to authenticate a Sub-Reseller OTP using the API. This article explains supported OTP verification types, required parameters, and response details for SMS and Google Authenticator-based authentication.

Verify OTP

 

Description

Authenticates the Sub-Reseller OTP token.

Parameters

NameData TypeRequired / OptionalDescription
auth-useridIntegerRequiredAuthentication Parameter
api-keyStringRequiredAuthentication Parameter
reselleridIntegerRequiredReseller ID of the Sub-Reseller
otpStringRequiredOTP sent to the Sub-Reseller
typeStringOptionalThe type of authentication
  • Sms
  • gauth
  • gauthbackup

If no value is passed type=sms by default.

HTTP Method

GET

Example Test URL Request

https://test.httpapi.com/api/resellers/authenticate/verify-otp.json?auth-userid=0&api-key=key&resellerid=0&otp=987654&type=gauth

Response

Returns true (Boolean), if the OTP token is authenticated.

In case of any errors, a status key with value as ERROR alongwith an error message will be returned.