v1

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

List all of the defined product groups.

Product groups are, as the name implies, the grouping of a set of products (CPEs) for an easy access. The Id value returned by this endpoint can be used to search companies.

get/api/v2/productgroups

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 required
Example:Windows

The value will be searched in the product name including the producer.

producerstring
Example:Microsoft

The producer of the product group, such as MICROSOFT or IBM.

Response

Success

Idnumber required

The product group's unique identifier.

Namestring required

Full name of product group.

ProducerNamestring

The product producer name.

Example response

[
  {
    "Name": "MICROSOFT > Office 365 ProPlus -.*.*",
    "ProducerName": "MICROSOFT"
  }
]