Request SMS OTP Authentication

Request to send a SMS OTP to the corresponding user.

Below is the URL to access the API functions:

POST /v2/CentagateWS/webresources/req/requestSmsOtp

Parameters

NoParametersOccurrenceDescriptions
1UsernameRequiredRegistered Username in CENTAGATE Cloud
2AuthTokenOptionalThe previous generated AuthToken
3IntegrationKeyRequiredIntegration Key Of The App That The User Wants To Authenticate
4UnixTimestampRequiredCurrent Time In Unixtimestamp
5SupportFidoOptionalFIDO Authentication Option, Pass True To Enable And False To Disable. Or Leave It Empty.
6IpAddressOptionalIP Address From Where The Authentication Request Is Originated.
7UserAgentOptionalPlatform Information Of Authentication Request Is Made Of.
8BrowserFpOptionalBrowser Fingerprint
9HMACRequiredHmac Generated From Combination (Username + AuthToken + UserAgent + IntegrationKey + SupportFido + BrowserFp + UnixTimeStamp + IpAddress) Using Secretkey (Can Be Obtained From The App Page) As The Key

Sample Code

As in below there are some examples of source code of access the API functions: