https://api.bitsighttech.com/ratings/v1/portfolio/products/product_guid/companies
List the third parties in your portfolio that use products with a particular business function.
Parameters
* Required.
See query parameters for details on the following parameters:
fieldslimitoffsetqsort
product_guid-
* Required.
[Path] Identify a service provider product to query.
Value: [String] Product unique identifier [
product_guid]. See GET: Products of a Company.
Example Request
curl https://api.bitsighttech.com/ratings/v1/portfolio/products/prod1234-prod-1234-prod-1234prod1234/companies -u api_token:
Example Response
{
"count":4418,
"results":[
[…]
{
"company_guid":"a940bb61-33c4-42c9-9231-c8194c305db3",
"company_name":"Saperix, Inc.",
"domain_count":36,
"percent_dependent":41.9,
"relationship_source":"bitsight"
}
]
}
Response Attributes
| Field | Description | |
|---|---|---|
count Integer |
The number of products used by the third party. | |
results Array |
Company information and product usage of the companies in your portfolio. | |
company_guid String [ |
The unique identifier of this company. | |
company_name String |
The name of this company. | |
domain_count Integer |
The number of unique domains in your portfolio that use this product. | |
percent_dependent Decimal |
The percentage of assets (domains) in your portfolio that use this product. | |
relationship_source String |
How the relationship between this company and the service provider was curated. See fourth party relationships. | |
- October 16, 2020: Published.
Feedback
0 comments
Please sign in to leave a comment.