Skip to content
lexratesAccount

API · problem · HTTP 405

That path does not answer this method

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 refusalmethod-not-allowed
When it happens
The path is right and the method is not. This API is read-only.
What to do
Use GET, or HEAD for the headers alone.
The shape of the answerRFC 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.
titleThat path does not answer this method
status405
detailWhat went wrong, in this request.

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