Google Play V2

Get Google Play Configuration

Returns the application's stored Google Play configuration. Never echoes key material — only safe descriptors such as the service-account email and Google Cloud project. An application with no configuration returns configured: false rather than a 404, so callers can distinguish 'not set up' from 'set up but broken'. Requires applications:read scope.

get/v2/projects/{id}/applications/{application_id}/integrations/google-play/configuration

Path parameters

idstring required

Project ID

Project ID

application_idstring required

Application ID

Application ID

Response

Success

object'google_play_configuration' required

Object type, always google_play_configuration

configuredboolean required

Whether the application has a stored Google Play configuration at all

package_namestring nullable required

Android package name (application ID) the credentials are scoped to

has_service_account_keyboolean required

Whether a sealed service-account key is stored

service_account_emailstring nullable required

client_email from the stored key — the address to invite in the Play Console

project_idstring nullable required

Google Cloud project the service account belongs to

pubsub_topic_namestring nullable required

Fully qualified Pub/Sub topic receiving Real-Time Developer Notifications

pubsub_subscription_idstring nullable required

Fully qualified Pub/Sub push subscription delivering notifications to Superwall

push_endpointstring nullable required

Superwall ingestion URL for this application's notifications. Paste into the Play Console when configuring RTDNs manually

created_atstring nullable required

ISO 8601 timestamp of when the configuration was first saved

updated_atstring nullable required

ISO 8601 timestamp of the last configuration change

Changes

No recorded changes to this endpoint across all 1 revision of this API.