https://verify.safeid.io/api/v1.0/oath/verify
| clientId | no | n/a | Client ID of your account provided by the service provider | ||
| apiKey | no | n/a | API Key of your account provided by the service provider | ||
| tsn | no | n/a | The serial number of the token to be verified | ||
| otp | no | n/a | A one-time passcode | ||
| dtfc | yes | current time | Date Time in UTC when the OTP was captured | 2022-06-28T17:22:00 | |
| auth | true/false | yes | true | true=authentication only false=return the date time when the OTP was generated | |
| Param | Values | Optional | Default Value | Remarks | Example |
|---|
The output of this api function is a JSON object containing the following key/value pairs:
Example 1
Result: {"error":0,"message":"OK"}
Example 2
Result: {"error":0,"message":"OK","time":"2019-12-30T12:34:49000:00"}