Apple App Store Connect
Connector for the apple-app-store-connect API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.appstoreconnect.apple.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
appcategories_get_collection— GET /v1/appCategoriesappcategories_get_instance— GET /v1/appCategories/{id}appcategories_parent_get_to_one_related— GET /v1/appCategories/{id}/parentappcategories_subcategories_get_to_many_related— GET /v1/appCategories/{id}/subcategoriesappencryptiondeclarations_get_collection— GET /v1/appEncryptionDeclarationsappencryptiondeclarations_get_instance— GET /v1/appEncryptionDeclarations/{id}
Inputs
apiKey— your apple-app-store-connect API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: appcategories_get_collection
apiKey: <your key>