Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

OATH OTP Verification

URL

https://verify.safeid.io/api/v1/oath/verify

Input Parameters

clientId
non/aClient ID of your account provided by the service provider
apiKey
non/aAPI Key of your account provided by the service provider
tsn
non/aThe serial number of the token to be verified
otp
non/aA one-time passcode 
dtfc
yescurrent timeDate Time in UTC when the OTP was captured2022-06-28T17:22:00
authtrue/falseyestrue

true=authentication only

false=return the date time when the OTP was generated


ParamValuesOptionalDefault ValueRemarksExample

Output Result

The output of this api function is a JSON object containing the following key/value pairs:

...

Result: {"error":0,"message":"OK","time":"2019-12-30T12:34:49000:00"}