---
title: "Get store configuration"
method: GET
path: "/project-settings/stores/{platform}"
tags: ["Project Settings"]
---

# Get store configuration

`GET /project-settings/stores/{platform}`

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.).

## Path parameters

- `platform` 'apple' | 'google', required

## Response `200`

Store configuration for the platform.

- union
  - V4AppleStoreConfig
    - `object` 'store_config', required
    - `url` string, required
    - `platform` 'apple', required
    - `has_shared_secret` boolean, required — Whether the App-Specific Shared Secret is set. The value itself is never returned.
    - `app_id` string, nullable — App Store app ID.
    - `bundle_id` string, nullable — iOS bundle identifier.
    - `connect_key_identifier` string, nullable — App Store Connect API key identifier.
    - `has_connect_private_key` boolean, required — Whether the ASC private key is set.
    - `connect_issuer_id` string, nullable — App Store Connect API issuer ID.
    - `iap_key_identifier` string, nullable — In-App Purchase API key identifier.
    - `has_iap_private_key` boolean, required — Whether the IAP private key is set.
    - `iap_issuer_id` string, nullable — In-App Purchase API issuer ID.
  - V4GoogleStoreConfig
    - `object` 'store_config', required
    - `url` string, required
    - `platform` 'google', required
    - `package_name` string, nullable — Google Play package name.
    - `has_service_account_key` boolean, required — Whether the Google service account key is set.
    - `bundle_id` string, nullable — Android bundle identifier.
    - `rtdn_topic` string, nullable — RTDN subscription topic.
    - `is_rtdn_validated` boolean, required — Whether RTDN is validated.
    - `rtdn_last_message_at` string, nullable — ISO 8601 timestamp of last RTDN message. Null if never received.

## Other responses

- `400` — Invalid platform
- `401` — Unauthorized
- `403` — Insufficient permissions
- `404` — Store config not found
- `429` — Rate limit exceeded.
- `500` — Internal error
- `502` — Upstream service failure
- `504` — Upstream timeout

---

[API](https://skmtc.net/qonversion/apis/qonversion-rest-api-v4.md) · [All operations](https://skmtc.net/qonversion/apis/qonversion-rest-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qonversion/qonversion-rest-api-v4/versions/e3f72cf8951c/schema)
