G

Google Cloud Pub/Sub REST API

REST discovered

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

Create or select a Google Cloud project in Google Cloud Console, then obtain an OAuth 2.0 access token for Pub/Sub using Google Cloud credentials, with scope https://www.googleapis.com/auth/pubsub or https://www.googleapis.com/auth/cloud-platform. The API's discovery document lists these scopes.

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

In Google Cloud Console Credentials, create an API key for your project. The Pub/Sub discovery document states the query parameter key is accepted and is required unless you provide an OAuth 2.0 token.