App Store Server API
The App Store Server API is the server-to-server REST API for managing App Store transactions — looking up transaction history, fetching all subscription statuses for a customer, requesting test notifications, and issuing refunds. It pairs with StoreKit on the device and with App Store Server Notifications v2 for asynchronous state changes. Authentication is JWT (ES256) signed with a key created in App Store Connect; payloads and responses are JWS-signed JSON.
Documentation
Documentation
https://developer.apple.com/documentation/appstoreserverapi
APIReference
https://developer.apple.com/documentation/appstoreserverapi
Other Resources
Sandbox
https://api.storekit-sandbox.itunes.apple.com
SDKs
https://github.com/apple/app-store-server-library-swift
SDKs
https://github.com/apple/app-store-server-library-java
SDKs
https://github.com/apple/app-store-server-library-python
SDKs
https://github.com/apple/app-store-server-library-node
APIsJSON
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/apis.yml
Arazzo
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/arazzo/ios-create-app-store-version-workflow.yml
Arazzo
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/arazzo/ios-create-beta-group-assign-build-workflow.yml
Arazzo
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/arazzo/ios-create-in-app-purchase-workflow.yml
Arazzo
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/arazzo/ios-create-signing-certificate-workflow.yml
Arazzo
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/arazzo/ios-create-subscription-workflow.yml
Arazzo
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/arazzo/ios-enable-bundle-id-capability-workflow.yml
Arazzo
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/arazzo/ios-invite-beta-tester-workflow.yml
Arazzo
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/arazzo/ios-notify-testers-new-build-workflow.yml
Arazzo
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/arazzo/ios-register-provisioning-profile-workflow.yml
Arazzo
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/arazzo/ios-respond-to-customer-review-workflow.yml
Arazzo
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/arazzo/ios-submit-build-for-beta-review-workflow.yml
Arazzo
https://raw.githubusercontent.com/api-evangelist/ios/refs/heads/main/arazzo/ios-submit-version-for-review-workflow.yml