iOS

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

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

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/app-store-server-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: ios:app-store-server-api
name: App Store Server API
description: 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.
humanURL: https://developer.apple.com/documentation/appstoreserverapi
baseURL: https://api.storekit.itunes.apple.com
tags:
- In-App Purchases
- Subscription
- Receipts
- Refunds
- StoreKit
tags_raw:
- In-App Purchases
- Subscriptions
- Receipts
- Refunds
- StoreKit
properties:
- type: Documentation
  url: https://developer.apple.com/documentation/appstoreserverapi
- type: APIReference
  url: https://developer.apple.com/documentation/appstoreserverapi
- type: Sandbox
  url: https://api.storekit-sandbox.itunes.apple.com
- type: SDKs
  name: app-store-server-library-swift
  url: https://github.com/apple/app-store-server-library-swift
- type: SDKs
  name: app-store-server-library-java
  url: https://github.com/apple/app-store-server-library-java
- type: SDKs
  name: app-store-server-library-python
  url: https://github.com/apple/app-store-server-library-python
- type: SDKs
  name: app-store-server-library-node
  url: https://github.com/apple/app-store-server-library-node