Products

Returns a list of all products, scoped to the company/business unit of the current user

Securitybearer
Request
header Parameters
BusinessUnitId
string

The business unit's guid

Responses
get/api/v1/products
Request samples
Response samples
application/json
[
  • {
    }
]

Returns a list of all contacts associated with a product type, scoped to the company/business unit of the current user

Securitybearer
Request
path Parameters
productTypeId
required
string <uuid>

The product type's guid

header Parameters
BusinessUnitId
string

The business unit's guid

Responses
get/api/v1/products/{productTypeId}/contacts
Request samples
Response samples
application/json
[
  • {
    }
]

Returns a list of all vendors associated with a product type, scoped to the company/business unit of the current user

Securitybearer
Request
path Parameters
productTypeId
required
string <uuid>

The product type's guid

header Parameters
BusinessUnitId
string

The business unit's guid

Responses
get/api/v1/products/{productTypeId}/vendors
Request samples
Response samples
application/json
[
  • {
    }
]