We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Available here:
{ "data": [ { "type": "inAppPurchases", "id": "ca38ea26-b7d5-4989-9615-c678cb05aabd", "attributes": { "referenceName": "YNC1", "productId": "YNCNC1", "inAppPurchaseType": "NON_CONSUMABLE", "state": "WAITING_FOR_SCREENSHOT" }, "links": { "self": "https://api.appstoreconnect.apple.com/v1/inAppPurchases/ca38ea26-b7d5-4989-9615-c678cb05aabd" } } ], "links": { "self": "https://api.appstoreconnect.apple.com/v1/apps/6446998023/inAppPurchases" }, "meta": { "paging": { "total": 1, "limit": 50 } } }
Challenge here seems to be:
data
list
dict
GET https://api.appstoreconnect.apple.com/v1/apps/{id}/inAppPurchases
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Available here:
v1 Example from their page:
Challenge here seems to be:
data
field being alist
instead ofdict
e.g.:
GET https://api.appstoreconnect.apple.com/v1/apps/{id}/inAppPurchases
The text was updated successfully, but these errors were encountered: