List accounts associated with product
GET {{baseUrl}}/v1/products/:products_id/accounts
This API lists the accounts associated with a product
OAuth Scope
Desk.contacts.READ
Desk.settings.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from | string | Index number starting from which the accounts must be fetched | |
limit | string | Number of accounts to fetch | |
sortBy | string | Key that sorts the accounts by a specific attribute: accountName or createdTime .The default sorting order is ascending. A - prefix denotes descending order of sorting |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"data":[{"website":"112121","accountName":"Admin Account","phone":"121212","webUrl":"https://desk.zoho.com/support/zylker/ShowHomePage.do#Accounts/dv/d126330fb061247d9ebddaeb9d93ba74750b0284bc703b38","createdTime":"2015-02-16T16:57:44.000Z","zohoCRMAccount":{"id":"32754000000537001"},"id":"1892000000052077","email":"admin@zylker.com"},{"website":"1211212","accountName":"Agent Account","phone":"11211","webUrl":"https://desk.zoho.com/support/zylker/ShowHomePage.do#Accounts/dv/d126330fb061247d9ebddaeb9d93ba74750b0284bc703b38","createdTime":"2015-02-16T16:57:44.000Z","zohoCRMAccount":{"id":"32754000000537001"},"id":"1892000000052090","email":"agent@zylker.com"}]}