G
Google Chat API
Details
- URL
-
https://chat.googleapis.com/ - Docs
- https://developers.google.com/workspace/chat/api/reference/rest
Authentication
Authorization: Bearer <credential> In Google Cloud Console Credentials, create an OAuth client ID for your project, configure the consent screen, and enable the Google Chat API for the project. Use the resulting client credentials to obtain user access tokens with Google Chat scopes as described in Authenticate as a Google Chat user.
Authorization: Bearer <credential> In Google Cloud Console Service Accounts, create a service account in a project with the Google Chat API enabled, then configure your Chat app to use app authentication. Use the service account to mint OAuth 2.0 access tokens for Chat scopes as described in Authenticate as a Google Chat app.