Errors
Error responses and codes returned by the JazzHQ APIs
JazzHQ APIs use standard HTTP status codes to indicate whether a request was successful.
Error responses are returned as JSON and include a machine-readable message that can be used to identify the error.
Error response
For validation errors, the errors array contains details about the fields that caused the request to fail.
Error codes
Examples
Authentication errors
No X-API-KEY header sent
Invalid API key
Validation errors
Required fields are missing
Resource errors
Requested resource was not found
For validation errors, check the errors array for field-level details.

