# Returns a list of available suppliers Returns a list of available suppliers and corresponding data sources for usage products Endpoint: GET /usage-product-suppliers Version: 2.13 Security: bearerAuth ## Query parameters: - `page` (integer, required) Page of results to show Example: 1 - `pageSize` (integer, required) Results to return per page Example: 100 - `sort` (string) Comma-delimited list of the fields to sort by - defaults to ascending order, suffix :desc to change Example: "id,name | name:desc" - `fields` (string) Comma-delimited list of the field(s) to return if only a subset is required Example: "id,name" - `id` (string) Filter by id Example: "0" - `usageProductId` (string) Filter by usage product id Example: "0" - `supplierId` (string) Filter by supplier id Example: "0" - `supplierAccountId` (string) Filter by supplier account id Example: "0" - `primaryReferenceDataSourceId` (string) Filter by primary reference data source id Example: "0" - `secondaryReferenceDataSourceId` (string) Filter by secondary reference data source id Example: "0" ## Response 200 fields (application/json): - `id` (integer, required) usage product supplier identifier Example: 1 - `usageProductId` (integer, required) usage product identifier Example: 1 - `supplierId` (integer, required) supplier identifier Example: 1 - `supplierAccountId` (integer, required) supplier account identifier Example: 1 - `primaryReferenceDataSourceId` (integer, required) primary reference data source identifier Example: 1 - `secondaryReferenceDataSourceId` (integer, required) secondary reference data source identifier Example: 1 ## Response 400 fields ## Response 401 fields ## Response 403 fields