Skip to content
lexratesAccount

API · problem · HTTP 503

This deployment is not fully configured

This page is what the type field of the error points at. Every answer this API refuses carries one, and it is a stable address rather than a version of the docs.

The refusal

service-unconfigured
When it happens
A deployment is missing one of the settings this service refuses to run without: its spend ceiling, its key store or its identity provider. Every path answers this, including /health, and the pages of the site keep serving.
What to do
Nothing on your side. Retry after the delay in Retry-After. The log names the setting; the response deliberately does not, because that would tell anyone who finds the URL how this service is configured.

The shape of the answer

RFC 9457

Problem details: type, title, status and detail, plus whatever the individual failure can usefully add. The detail is written for the person reading the log, and names the parameter or the id that caused it.

The fields every problem carries
typeThis page’s address. Stable.
titleThis deployment is not fully configured
status503
detailWhat went wrong, in this request.

The full list of failures, with the schema, is in the API documentation.