I

IAM Service Account Credentials API

REST discovered

Details
URL
https://iamcredentials.googleapis.com/
Docs
https://docs.cloud.google.com/iam/docs/reference/credentials/rest
Authentication
Google OAuth 2.0 access token oauth2 discovered Set up OAuth ↗
Authorization: Bearer <credential>

Use Google Cloud authentication for the caller identity that has permission to impersonate the target service account. The easiest path is to sign in with the Google Cloud Console or run gcloud auth application-default login / gcloud auth login, then obtain an access token via Google's auth libraries or gcloud auth print-access-token. The IAM Service Account Credentials API requires the https://www.googleapis.com/auth/cloud-platform scope, as shown in the discovery document.

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

In the Google Cloud Console API Credentials page, create an API key for your Google Cloud project. The discovery document lists the key query parameter as an accepted API credential. Apply API restrictions as needed.