...
| 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 |
Examples
Example 1
CallGET: https://verify.safeid.io/api/v1.0/oath/verify?clientID=10011001&ApiKey=cl9ASENZV1k=&tsn=10011001&otp=576151
Result: {"error":0,"message":"OK"}
Example 2
CallGET: https://verify.safeid.io/api/v1.0/oath/verify?clientID=10011001&ApiKey=cl9ASENZV1k=&tsn=10011001&otp=576151&auth=false
...