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:
fieldslimitoffsetqsort
company_guid-
* Required.
[Path] Identify the company to query.
Value: [String] Company unique identifier [
entity_guid]. See GET: Portfolio Details. domain_name-
* Required.
[Path] Identify the company's domain name.
Value: [String] Domain name.
Example:
example.com
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_guid String [ |
The unique identifier of this service provider. |
provider_name String |
The name of this service provider. |
provider_industry String |
The industry this service provider belongs to. |
product_types Array |
The categories of services provided by this product. |
Status Codes
See common errors and status codes.
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.