Returns the store configuration for the specified platform. Sensitive fields (private keys, service account credentials) are masked with boolean flags (has_connect_private_key, has_service_account_key, etc.).
Bearer authentication using the project Secret Key (prefixed with sk_, or test_sk_ for sandbox). All v4 public endpoints require the Secret Key — see Authentication. Never expose the Secret Key in client-side code.
Store platform identifier.
apple, google Store configuration for the platform.
store_config "/v4/project-settings/stores/apple"
apple Whether the App-Specific Shared Secret is set. The value itself is never returned.
Whether the ASC private key is set.
Whether the IAP private key is set.
App Store app ID.
iOS bundle identifier.
App Store Connect API key identifier.
App Store Connect API issuer ID.
In-App Purchase API key identifier.
In-App Purchase API issuer ID.