URL
https://services.deepnetid.com/token/api/verify.asp
Input Parameters
This api function takes the following parameters:
Output Result
The output of this api function is a JSON object containing the following key/value pairs:
Error Code List
| Error Code | Description |
|---|---|
| 0 | Success |
| 1 | Internal Server Error |
| 10 | Access Denied |
| 11 | Call Limit Exceeded |
| 12 | Insufficient Licenses |
| 20 | Missing Client ID |
| 21 | Incorrect Client ID |
| 30 | Missing API Key |
| 31 | Incorrect API Key |
| 32 | API Key Not Set up |
| 40 | Missing Token Serial Number |
| 41 | Incorrect Token Serial Number |
| 42 | Duplicated Token Found in Database |
| 50 | Missing OTP |
| 51 | Incorrect OTP |
Example
Result: {"error":0,"message":"OK","time":"2019-12-30T12:34:49000:00"}