Skip to product menu
Skip to main content

Get the List of All the Portals

Description

You can use this API to display the list of all the portals associated with a particular account, along with all the prime particulars associated with each of those portals.

OAuth Scope:

SalesIQ.portals.READ

URL

Copiedhttps://{zohosalesiq_server_uri}/api/v2/portals

Example

Copiedhttps://salesiq.zoho.com/api/v2/portals

Success Response

Copied{
  "url": "/api/v2/portals",
  "object": "list",
  "data": [
    {
      "owner_zuid": "54718312",
      "operator_id": "29808000000007105",
      "name": "Zylker",
      "logo": "/api/v2/zylker-inc/downloads/1c237d27b185b98818e5d1349167f7f042af316e293501f0?purpose=company_logo",
      "created_time": "1520060535062",
      "screenname": "Zylker INC"
    },
    {
      "owner_zuid": "54716165",
      "operator_id": "30825000000010001",
      "name": "Zylker-fashions",
      "logo": "/api/v2/zylker-fash/downloads/bf332637d26c1c1603504b2dd001bfae70ecc3e2af30010b?purpose=company_logo",
      "created_time": "1521617966950",
      "screenname": "Zylker Fashions"
    },
    {
      "owner_zuid": "54715436",
      "operator_id": "32308000000002001",
      "name": "Zylker-furnitures",
      "logo": "/api/v2/zylker-furns/downloads/5add92f813f1667006ffc2b044978413?purpose=company_logo",
      "created_time": "1524140963537",
      "screenname": "Zylker Furnitures"
    }
  ]
}