http 405 error can also happen if the endpoint’s been deprecated or moved.
Had this with a versioned API—turns out POST was only allowed on /v2/, not /v1/.
Maybe check the API version?
Had this with a versioned API—turns out POST was only allowed on /v2/, not /v1/.
Maybe check the API version?
