The LoanGlide API follows REST principles and will respond with standard HTTP response codes.
Response codes that are in 2xx range indicate success. These response codes will return either the requested data, or the newly created resource in the response body.
Response codes in the 4xx range indicate failures. System validation errors will include the reason for failure in the response body..
Response codes that are 5xx range indicate system failures. These errors will require our technical support team to look at logs to understand the root cause. These occur very rarely.
Response Code | Description |
---|---|
200 | Request successful |
400 | Logical errors like invalid parameters, constraint validations etc |
401 | Unauthorized |
404 | Object not found |
405 | HTTP method not allowed |
500 | Internal server error. Please contact LoanGlide support for additional details if it fails after a retry. |