POST customerReviewResponses response 405 status code

We receive status code 405 Not allowed when call POST https://api.appstoreconnect.apple.com/v1/customerReviewResponses Same answer for DELETE response. GET methods works fine. I tried team key, individual key with Customer Support role, individual key with Admin role results are same.

Answered by drronnie in 818626022

Problem is solved. I use scope in jwt token ["POST https://api.appstoreconnect.apple.com/v1/customerReviewResponses"] It's works for GET requests, but not for POST or DELETE. After removing scope it's works perfect. Also answer of API 405 Not allowed don't help to understand reason of problem.

Accepted Answer

Problem is solved. I use scope in jwt token ["POST https://api.appstoreconnect.apple.com/v1/customerReviewResponses"] It's works for GET requests, but not for POST or DELETE. After removing scope it's works perfect. Also answer of API 405 Not allowed don't help to understand reason of problem.

POST customerReviewResponses response 405 status code
 
 
Q