v1

latestOpenAPI 3.0.32026-07-26120117318.1 KB
Project Settings

Get store configuration

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

get/project-settings/stores/{platform}

Path parameters

platform'apple' | 'google' required

Store platform identifier.

Response

Store configuration for the platform.

OR

Example response

{
  "url": "/v4/project-settings/stores/apple"
}