Tell API Error Codes
A list of error codes for potential errors when calling Our API
Error Response Structure
When receiving an error from our API, the response body will look like:
{
"Error": "this is our error message"
}
Error Codes
The list of all possible error codes and messages per API endpoint.
HTTP Code | Error |
---|---|
404 | consent not found! |
HTTP Code | Error |
---|---|
404 | invalid consent! |
400 | consent is not active so cannot be revoked |
HTTP Code | Error |
---|---|
404 | invalid consent! |
400 | consent authorisation request has expired |
400 | consent authorisation request is not awaiting authorisation |
400 | only one account permitted for this type of consent |
Updated 1 day ago