All error codes and their descriptions can be found here
In software development, errors are bound to occur. Our API employs a system of error codes to help developers understand and troubleshoot these issues. This section provides a straightforward breakdown of each error code, its meaning, and descriptions, facilitating smoother integration experiences.
Error Code | Meaning | Description |
---|---|---|
401 | Unauthorized | This error occurs when a session times out or when an unauthorized request is made. |
403 | Forbidden | This error occurs when a request is made for a resource that is not allowed to be accessed. |
404 | Not Found | This error occurs when a resource or record cannot be located. |
406 | Not Acceptable | This occurs when an inappropriate data type is supplied. |
500 | Internal server error | This is a result of a third-party application failure or unexpected exceptions within the platform on which we depend. |