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.READ
  • Desk.settings.READ
  • Desk.contacts.READ

Request Params

KeyDatatypeRequiredDescription
fromstringFrom index
limitstringNumber of products to fetch
departmentIdstringDepartment from which the products need to be queried

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"data":[{"unitPrice":"0.0","productCode":null,"id":"4000000012009","productName":"Dell"}]}