G

Google Cloud Connectors API

REST discovered

Details Spec supplied by APIs.guru
URL
https://connectors.googleapis.com
Spec
https://api.apis.guru/v2/specs/googleapis.com/connectors/v2/openapi.json
Docs
https://docs.cloud.google.com/integration-connectors/docs/reference/rest
Authentication
Google Cloud OAuth 2.0 access token oauth2 discovered Set up OAuth ↗
Authorization: Bearer <credential>

Create or use a Google Cloud project in the Google Cloud Console, enable the Connectors API, then obtain an OAuth 2.0 access token for a principal with access to the target project. For user-based access, create OAuth client credentials in APIs & Services > Credentials and request the https://www.googleapis.com/auth/cloud-platform scope, or use Google Cloud auth tooling that mints user/application access tokens. The REST reference pages state this scope is required.

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

In the Google Cloud Console Credentials page, click Create credentialsAPI key. Restrict the key to the appropriate project and APIs as needed. The Google API reference indicates requests can use the key query parameter unless an OAuth 2.0 token is provided.