G
Google Cloud API Gateway REST API
Details
- URL
-
https://apigateway.googleapis.com/v1 - Docs
- https://docs.cloud.google.com/api-gateway/docs/reference/rest
Authentication
Authorization: Bearer <credential> Authenticate with Google Cloud using a Google account or service account, then mint an access token for Google Cloud APIs. The easiest path for developers is to install the Google Cloud CLI and run gcloud auth login for a user account or gcloud auth application-default login; for service-to-service use, create a service account in Google Cloud Console and use its credentials to obtain OAuth 2.0 access tokens. API Gateway management requests use Authorization: Bearer <access-token>. See Google Cloud authentication and the API Gateway REST reference.