Refresh

This website cpng.automaticpallet.com/kb/answer/2699 is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

Generate OTP

Description

Generates an OTP token for the customer.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
customerid Integer Required Customer ID of the Customer

HTTP Method

GET

Example Test URL Request

https://test.httpapi.com/api/customers/authenticate/generate-otp.json?auth-userid=0&api-key=key&customerid=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.