B

Blogger API v3

REST discovered

Details
URL
https://blogger.googleapis.com/
Docs
https://developers.google.com/blogger/docs/3.0/reference
Authentication
Google API key api_key discovered Get key ↗
?key=<credential>

In the Google Cloud console Credentials page, create or select a project, enable the Blogger API for that project, then choose Create credentials → API key. Use the key as the key query parameter for public-data requests.

Google OAuth 2.0 client + user access token oauth2 discovered Set up OAuth ↗
Authorization: Bearer <credential>

In the Google Cloud console Credentials page, create or select a project, enable the Blogger API, then choose Create credentials → OAuth client ID and configure the consent screen if prompted. Use that client to obtain a Google OAuth 2.0 access token for the Blogger scopes documented by Google; send the resulting bearer token on requests that access private data or perform write actions.