B
Blogger API v3
Details
- URL
-
https://blogger.googleapis.com/ - Docs
- https://developers.google.com/blogger/docs/3.0/reference
Authentication
?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.
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.