|
400
|
invalid_request
|
The request is malformed or contains invalid values.
|
Correct the request using the message and validation details.
|
|
401
|
authentication_failed
|
The API key is missing, invalid or no longer active.
|
Send a valid X-Api-Key header for the KennelBooker business.
|
|
403
|
forbidden
|
The authenticated integration cannot perform this action.
|
Check the key's business, access level and requested operation.
|
|
404
|
not_found
|
The requested resource does not exist or is not accessible.
|
Check the resource identifier and the authenticated business.
|
|
409
|
conflict
|
The request conflicts with the current resource state.
|
Refresh the resource, resolve the conflict and retry if appropriate.
|
|
429
|
rate_limit_exceeded
|
The integration has sent too many requests.
|
Wait before retrying and honour the Retry-After header when supplied.
|
|
500
|
internal_error
|
KennelBooker could not complete an otherwise valid request.
|
Retry later. Contact support with the request id if it continues.
|
|
503
|
service_unavailable
|
The API is temporarily unavailable.
|
Retry with exponential backoff and a maximum attempt limit.
|