Raw App Store Connect API request
appstore_connect_requestAccess any App Store Connect API endpoint not covered by dedicated tools. Specify path, method, query, and body to manage apps, builds, sales, and more.
Instructions
Escape hatch for any App Store Connect API endpoint not covered by a dedicated tool. Path must start with '/v1/' or '/v2/'. See https://developer.apple.com/documentation/appstoreconnectapi for the full resource reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body for POST/PATCH | |
| path | Yes | API path, e.g. '/v1/apps' or '/v1/builds/abc123' | |
| query | No | Query string parameters | |
| method | No | GET |