List products by contact
GET {{baseUrl}}/api/v1/contacts/:contact_id/products
This API lists products associated for a specific contact.
OAuth Scope
Desk.products.READ
Desk.settings.READ
Desk.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"}]}