v1

latestOpenAPI 3.0.02026-07-14498851.7 MB
vendor-detection

Get third party vendors by portfolio ID

Returns a list of third-party vendors used by the companies in a given portfolio

get/vendor-detection/portfolios/{portfolioId}

Path parameters

portfolioIdstring required

Portfolio id to use

Query parameters

domainstring

Name of domain to filter by (Not compatible with product query, filter by one or the other)

productstring

Name of product to filter by (Not compatible with domain query, filter by one or the other)

pageinteger

Which page of results to return

limitinteger

How many results to return

Response

OK

pageinteger

The current page of results

sizeinteger

The number of records to be returned per page

totalinteger

The total number of records matching the given query

Example response

{
  "size": 100,
  "total": 999
}