Docs

Not implemented

The method used to make your request isn't recognized.

Example response
{
"error": {
"type": "api_error",
"code": "not_implemented",
"detail": "HTTP method not recognized.",
"documentation_url": "https://developer.paddle.com/errors/shared/not_implemented"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
501
Error code
not_implemented
Error message
HTTP method not recognized.

Common causes

  • You're making a request using a HTTP method that the Paddle API doesn't recognize.

Troubleshooting

  • Make sure that you're using a valid HTTP method.
  • Check the API reference guides to see which methods are supported by each endpoint.

Was this page helpful?