The purpose of this API is to get all networks from Zoho Connect.

Request URL:

https://connect.zoho.com/pulse/api/allScopes

OAuth Scope:

zohopulse.networklist.READ

Request Method:

GET

Mandatory Header:Header name: Authorization
Header Value: Zoho-oauthtoken d92d401c803988c5cb849d0b4215f52

Sample URL

Copiedhttps://connect.zoho.com/pulse/api/allScopes

Sample Response

Copied{
  "allScopes": {
    "scopes": [
      {
        "name": "Zillum",
        "id": "929000000015001",
        "soid": "25906346",
        "url": "https://connect.zoho.com/portal/zillum",
        "isDefault": "true"
      },
      {
        "name": "customers network",
        "id": "30249000000002002",
        "soid": "54887009",
        "url": "https://connect.zoho.com/portal/customersnetwork"
      },
      {
        "name": "Indiatimes",
        "id": "82440000000002002",
        "soid": "642469172",
        "url": "https://connect.zoho.com/portal/indiatimes"
      },
      {
        "name": "ZiLLUM Community",
        "id": "21467000000002002",
        "soid": "40215898",
        "url": "https://connect.zoho.com/portal/zillumcommunity"
      },
      {
        "name": "Zillum Partners",
        "id": "145732000000002002",
        "soid": "645002011",
        "url": "https://connect.zoho.com/portal/zillumpartners"
      },
      {
        "name": "ZiLLUM Partners network",
        "id": "22490000000002002",
        "soid": "40404194",
        "url": "https://connect.zoho.com/portal/zillumpartnersnetwork"
      },
      {
        "name": "ZiLLUM Users Conference Network",
        "id": "19461000000002002",
        "soid": "40138605",
        "url": "https://connect.zoho.com/portal/guestnetwork"
      }
    ]
  }
}