Post

Replies

Boosts

Views

Activity

Reply to 403 Forbidden Error on responses with "Customer Support" Key Role
@erin-1440 Hi. Can you show your payload and your JWT, please? I have similar problem, but I got 405 - Method Not Allowed. I tried team key, individual key (Customer support role), individual key (Admin role). GET - is always ok. This is may data POST https://api.appstoreconnect.apple.com/v1/customerReviewResponses { "data": { "attributes": { "responseBody": "Thank you for your answer." }, "relationships": { "review": { "data": { "id": "00000063-092e-1705-c3e-f11e00000000", "type": "customerReviews" } } }, "type": "customerReviewResponses" } } { "alg": "ES256", "typ": "JWT", "kid": "XXXCKP997F" } { "aud": "appstoreconnect-v1", "iss": "xxxxxx7e-xxf4-47e3-e053-xxxx7c11a4d1", "iat": 1734451886, "exp": 1734453086, "scope": [ "POST /v1/customerReviewResponses" ] }
3d