Skip to main content
The API returns standard HTTP status codes. Error responses conform to RFC 9457 and always include:
FieldTypeDescription
typestringA URI identifying the error type.
titlestringA short, human-readable summary.
statusintegerThe HTTP status code.
detailstringA human-readable explanation specific to this occurrence.
errorsarrayOptional list of per-field validation errors, each with location, message, and value.