Hi Team,
WE are receiving the below error message while connecting to https://api.appstoreconnect.apple.com . Any help greatly appreciated
ERROR - {
"errors" : [ {
"id" : "4TODNPAPCW332EEZC54U4SQZJI",
"status" : "403",
"code" : "FORBIDDEN.REQUIRED_AGREEMENTS_MISSING_OR_EXPIRED",
"title" : "A required agreement is missing or has expired.",
"detail" : "This request requires an in-effect agreement that has not been signed or has expired.",
"links" : {
"see" : "/agreements"
}
} ]
}
Post
Replies
Boosts
Views
Activity
Hi Team,
We are receiving below error message while retrieving data form appstore connect API (https://api.appstoreconnect.apple.com)
ERROR - {
"errors" : [ {
"id" : "4TODNPAPCW332EEZC54U4SQZJI",
"status" : "403",
"code" : "FORBIDDEN.REQUIRED_AGREEMENTS_MISSING_OR_EXPIRED",
"title" : "A required agreement is missing or has expired.",
"detail" : "This request requires an in-effect agreement that has not been signed or has expired.",
"links" : {
"see" : "/agreements"
}
} ]
}