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 CodeDescription
200Request successful
400Logical errors like invalid parameters, constraint validations etc
401Unauthorized
404Object not found
405HTTP method not allowed
500Internal server error. Please contact LoanGlide support for additional details if it fails after a retry.