Bad Method. This error occurs when:

  • any HTTP or HTTPS method other than POST or GET is used
  • a non-supported version is specified in the URI. Currently, the only supported version is v1.

Example

{
    "detail": "Request \"/gtm-load-data/v1/example.akadns.net/connections/100\" is forbidden (not GET or POST)",
    "status": 405,
    "title": "Method Not Allowed",
    "type": "https://developer.akamai.com/api/mapping/gtm-load-data/overview.html#badmethod"
}