https://api.bitsighttech.com/ratings/v1/companies/company_guid/domains/domain_name/providers
Get the service providers of the products used in a specific domain.
Parameters
* Required.
See query parameters for details on the following parameters:
fields
limit
offset
q
sort
Parameter | Values |
---|---|
company_guid * [Path] Identify the company to query. |
[String] Company unique identifier [entity_guid ]. See GET: Portfolio Details. |
domain_name * [Path] Identify the company's domain name. |
[String] Domain name. Example:
|
Example Request
curl https://api.bitsighttech.com/ratings/v1/companies/a940bb61-33c4-42c9-9231-c8194c305db3/domains/saperix.com/providers -u api_token:
Example Response
{ [ […] { "provider_guid":"bbbbbbbb-3333-bbbb-3333-bbbbbbbbbbbb", "provider_name":"Example Provider LLC", "provider_industry":"Technology", "product_types":[ "CDN (Content Delivery Network)", "CMS (Content Management System)", "Email", "Hosting", "Search Engines" ], "company_count":1, "product_count":4, "domain_count":1, "relative_importance":0.46875, "percent_dependent":6.3, "percent_dependent_company":100.0, "relative_criticality":"high" } ] }
Response Attributes
Field | Description |
---|---|
provider_guidString [ entity_guid ] |
The unique identifier of this service provider. |
provider_nameString |
The name of this service provider. |
provider_industryString |
The industry this service provider belongs to. |
product_typesArray |
The categories of services provided by this product. |
Status Codes
See common errors and status codes.
Code | Description |
---|---|
404 – Not Found |
The domain does not belong to the company. |
October 9, 2019: Published.
Feedback
0 comments
Please sign in to leave a comment.