Get Blogs List In Blogger
Purpose
To retrieve the list of blogs available in your Blogger account.
Quick Reference
| Property | Value |
|---|---|
| Method | GET |
| Request URL | https://{zohoapis_domain}/writer/api/v1/apps/blog/blogger/accounts/{account_id}/blogs |
| Scopes | ZohoWriter.documentEditor.ALL |
| Rate Limit | See Writer API throttle limits |
Parameters
Path Parameters
| Parameter | Data Type | Mandatory/Optional | Description |
|---|---|---|---|
| account_id | String | Mandatory | Specify the unique id of your Blogger account. |
Notes
- For possible errors, refer to error codes.
Sample Request
Copiedcurl "https://www.zohoapis.com/writer/api/v1/apps/blog/blogger/accounts/{account_id}/blogs"
-X GET
-H "Authorization: Zoho-oauthtoken xyz"