List products by account
GET {{baseUrl}}/api/v1/accounts/:account_id/products
This API lists products associated for a specific account.
OAuth Scope
Desk.products.READDesk.settings.READDesk.contacts.READ
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
from | string | From index | |
limit | string | Number of products to fetch | |
departmentId | string | Department from which the products need to be queried |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"data":[{"unitPrice":"0.0","productCode":null,"id":"4000000012009","productName":"Dell"}]}