apps__get
Fetch app details like bundle ID, SKU, and primary locale from App Store Connect by app name, bundle ID, or numeric Apple ID.
Instructions
Read one app by ID, including bundle ID, SKU and primary locale. [GET /v1/apps/{id}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | App name, bundle ID (com.example.app) or numeric Apple ID. | |
| include | No | comma-separated list of relationships to include Pull related records in the same call. Without it, checking a relationship costs one extra call per row returned. | |
| fields_apps | No | the fields to include for returned resources of type apps Return only these attributes. A full row set can exceed 200 KB. |