Skip to content
Cloud infrastructure/devops

apple.com:app-store-connect

App Store Connect sandbox and mock API

A hosted, stateful simulation shaped like the App Store Connect API. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
252
Collections
-
Event types
-
example request
curl https://your-apple-app-store-connect.slurry.io/v1/appCategories \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.4.1.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 252.

  • PATCH/v1/ageRatingDeclarations/{id}
  • GET/v1/appCategories
  • GET/v1/appCategories/{id}
  • GET/v1/appCategories/{id}/parent
  • GET/v1/appCategories/{id}/subcategories
  • GET/v1/appEncryptionDeclarations
  • GET/v1/appEncryptionDeclarations/{id}
  • GET/v1/appEncryptionDeclarations/{id}/app
  • POST/v1/appEncryptionDeclarations/{id}/relationships/builds
  • POST/v1/appInfoLocalizations
  • GET/v1/appInfoLocalizations/{id}
  • PATCH/v1/appInfoLocalizations/{id}