[Webinar] Zoho Writer for the manufacturing industry. Register Now

Skip to product menu
Skip to main content

Get Blogger Accounts

Purpose 

To retrieve the list of your Blogger accounts that are linked with Writer.

HTTP Request URL

https://{zohoapis_domain}/writer/api/v1/apps/blog/blogger/accounts

Sample Request

Copiedcurl "https://www.zohoapis.com/writer/api/v1/apps/blog/blogger/accounts"
-X GET
-H "Authorization: Zoho-oauthtoken xyz"

Sample Response

Copied{
  "accounts": [
    {
      "account_id": "1111111122222222",
      "profile_url": "https://www.blogger.com/profile/1111111122222222",
      "display_name": "zylker1"
    },
    {
      "account_id": "22222222222233333",
      "profile_url": "https://www.blogger.com/profile/22222222222233333",
      "display_name": "zylker2"
    }
  ]
}