G
Google Cloud Pub/Sub REST API
Details
- URL
-
https://pubsub.googleapis.com/ - Docs
- https://docs.cloud.google.com/pubsub/docs/reference/rest
Authentication
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.
?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.