405 Method Not Allowed

4xx Client Error. The HTTP method used (GET, POST, etc.) isn't supported for this particular resource.

4xx Client Error

What it means

The HTTP method used (GET, POST, etc.) isn't supported for this particular resource.

Common causes

Sending a POST to an endpoint that only accepts GET, or vice versa.

How to fix it

Check the API documentation for the correct HTTP method for this endpoint. The response's Allow header lists the supported methods.

Frequently asked questions

What does HTTP 405 mean?

The HTTP method used (GET, POST, etc.) isn't supported for this particular resource.

What causes a 405 Method Not Allowed?

Sending a POST to an endpoint that only accepts GET, or vice versa.

How do I fix a 405 error?

Check the API documentation for the correct HTTP method for this endpoint. The response's Allow header lists the supported methods.

Other 4xx Client Error codes