https://api.bitsighttech.com/ratings/v1/portfolio/products/product_guid/companies
List the third parties in your portfolio that use a particular product.
Parameters
* Required.
See query parameters for details on the following parameters:
fields
limit
offset
q
sort
Parameter | Values |
---|---|
product_guid * [Path] Identify a service provider product to query. |
[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 | |
---|---|---|
countInteger |
The number of products used by the third party. | |
resultsArray |
Company information and product usage of the companies in your portfolio. | |
company_guidString [ entity_guid ] |
The unique identifier of this company. | |
company_nameString |
The name of this company. | |
domain_countInteger |
The number of unique domains in your portfolio that use this product. | |
percent_dependentDecimal |
The percentage of assets (domains) in your portfolio that use this product. | |
relationship_sourceString |
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.