Hi, I'm not getting any info on how to request the next page of results - we have nearly 2000 in-app purchasables, but I can only get the first 200:
curl -H "Authorization: Bearer $JWT" "https://api.appstoreconnect.apple.com/v1/apps/$ID/inAppPurchases?limit=200" | jq .
[...]
"links": {
"self": "https://api.appstoreconnect.apple.com/v1/apps/$ID/inAppPurchases?limit=200"
},
"meta": {
"paging": {
"total": 200,
"limit": 200
}
}
}
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect API
Tags:
App Store Connect API