This guide includes common error codes you might encounter while interacting with the API. These indicate the success or failure of the request. Common codes include:
200 OK
: The request was successful.400 Bad Request
: The request was invalid or cannot be served.401 Unauthorized
: Authentication failed or the user does not have permissions for the requested operation.500 Internal Server Error
: An error occurred in the server.