Error Codes

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 CodeMeaningDescription
401UnauthorizedThis error occurs when a session times out or when an unauthorized request is made.
403ForbiddenThis error occurs when a request is made for a resource that is not allowed to be accessed.
404Not FoundThis error occurs when a resource or record cannot be located.
406Not AcceptableThis occurs when an inappropriate data type is supplied.
500Internal server errorThis is a result of a third-party application failure or unexpected exceptions within the platform on which we depend.