Error Codes

Here is a list of common error codes and their descriptions:

  • 400 Bad Request: The server could not understand the request due to invalid syntax.

    bad_request
    **Solution**: Check the request parameters and ensure they are correctly formatted.
  • 401 Unauthorized: Authentication is required and has failed or not been provided.

    unauthorized
    **Solution**: Verify your API credentials and ensure they are valid.
  • 404 Not Found: The requested resource could not be found.

    not_found
    **Solution**: Double-check the URL and ensure the resource exists.
  • 500 Internal Server Error: The server encountered an unexpected condition.

    internal_server_error
    **Solution**: Contact the system administrator for assistance.

For more details about API documentation, please visit api-docs/overview.