G

Google Play Integrity API

REST discovered

Details
URL
https://playintegrity.googleapis.com/
Docs
https://developer.android.com/google/play/integrity
Authentication
Google OAuth 2.0 access token with Play Integrity scope oauth2 discovered Set up OAuth ↗
Authorization: Bearer <credential>

Create a service account in the Google Cloud project linked to your app's Play Integrity integration, then obtain an OAuth 2.0 access token for scope https://www.googleapis.com/auth/playintegrity. The Android developer docs for Play Integrity's server-side requests direct developers to create service account credentials, and the discovery document lists that OAuth scope for the API.

Google Cloud API key api_key discovered Get key ↗
?key=<credential>

In Google Cloud Console Credentials, create an API key for the Google Cloud project linked to your app's Play Integrity setup. The discovery document says requests can send this as the key query parameter and that it is required unless you provide an OAuth 2.0 token.