v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Company Products

List all of the defined product producers.

List of all the names of product producers, such as MICROSOFT or IBM, etc.

get/api/v2/productproducers

Query parameters

page_numberinteger
Example:1

The number of the page requested.

page_size10 | 20 | 30
Example:10

The number of result items in a single response.

querystring
Example:Microsoft

The value will be searched in the producer name.

Response

Success

Namestring required

The product producer name.

Example response

[
  {
    "Name": "Microsoft"
  }
]