api.hubapi.com/content/api/v2/pages getting a 405 response

We have been using this API end point for years - this month, it seems to have broken as we are getting a 405 response to this call. Has something changed that would break this API call?

We use the CLONE version:

http://api.hubapi.com/content/api/v2/pages/{copy_page_id}/clone

The error return:

‘<html>\n<head>\n<meta http-equiv=“Content-Type” content=“text/html;charset=utf-8”/>\n<title>Error 405 Method Not Allowed</title>\n</head>\n<body><h2>HTTP ERROR 405</h2>\n<p>Problem accessing /cospages/v1/pages/6141784470/clone. Reason:\n<pre> Method Not Allowed</pre></p>\n</body>\n</html>\n’

Hi @danr

I think if you update the http to https, you should be good. What is happening is that it is redirecting to the secure protocol, but the method is not coming along for the ride.