Errors

Space Invoices API utilizes the following error codes:

  • 400 Bad Request:
    Your request is invalid.

  • 401 Unauthorized:
    You lack permission to access the route or are not authorized for the resource with the given ID.

  • 404 Not Found:
    The specified route could not be found.

  • 422 Unprocessable Entity:
    The provided data is invalid, typically due to a validation error. Details about the error can be found in the server response body.

  • 500 Internal Server Error:
    We encountered a problem with our server. Please try again later. This occurrence is very rare.

  • 503 Service Unavailable:
    We're temporarily offline for maintenance. Please try again later. This occurrence is very rare.