Why we receive 403 or 200, when use same token to access API

I use same token to access api "https://api.appstoreconnect.apple.com/v1/apps"


First time, I receive 403 FORBIDDEN, but I access again, it reponse 200


I receivced different response, when use the same token, reponse format below:

1. First time

{


"errors": [

{

"status": "403",

"code": "FORBIDDEN",

"title": "Access Unavailable",

"detail": "You currently don't have access to this resource. To resolve this issue, the Account Holder must agree to the latest Program License Agreement in their account on the Apple Developer website. https://developer.apple.com/account"

}

]

}


2. Second time, response

{


"data": [],

"links": {

"self": "https://api.appstoreconnect.apple.com/v1/apps"

},

"meta": {

"paging": {

"total": 0,

"limit": 50

}

}

}




Post not yet marked as solved Up vote post of dh di Down vote post of dh di
5.0k views

Replies

Me too!!!!!!!!!!

😎 about 5 minutes it returns 403, 1 minutes it returns 200. Loop like this.


development account before May 1, it haven't this problem. but latest accounts have this problem both

I am facing simialr issue for

GET https://api.appstoreconnect.apple.com/v1/salesReports.  Token is valid only.

Not sure what is happening. Looking for a solution.

me to !!! what's wrong?

Me too!!!!! Does anyone have a solution?

https://api.authlete.com/api/service/get/21653835348762 Authorization=Basic ZmFpemFuQG9ucWFuZXQuY29tOklsb3ZlbXlpbmRpYTFA

response { "resultCode": "A002201", "resultMessage": "[A002201] /service/get/{apiKey}, No service owner has the API credentials." } please help how fetch access token

Add a Comment

Using List Review Public endpoint and same thing happening.