https://api.bitsighttech.com/ratings/v1/companies/company_guid/domains/DOMAIN.TLD/products
Get the enterprise products used by a single domain from a particular company.
Parameters
* Required.
Parameter | Values |
---|---|
company_guid * [Path] Identify the company to query. |
[String] Company unique identifier [entity_guid ]. See GET: Portfolio Details. |
Example Request
curl https://api.bitsighttech.com/ratings/v1/companies/a940bb61-33c4-42c9-9231-c8194c305db3/domains/DOMAIN.TLD/products -u api_token:
Example Response
[ { "product_guid": "43ce8af6-1a1e-4cc2-8eef-de6c50bc2c5a", "product_name": "Foo Widgets", "provider_name": "Foo Corp", "product_types": [ "Analytics" ] } ]
Response Attributes
The attributes are the same as the GET: Products of a Company path (/companies/company_guid/products
), except this does not include a domains
field, since the domain is being supplied in the request.
Field | Description |
---|---|
product_guidString [ product_guid ] |
The unique identifier of this product. |
product_nameString |
The name of this product. |
provider_nameString |
The name of the provider of this product. |
product_typesArray |
Each category of product under which this product appears. |
November 9, 2018: Published.
Feedback
0 comments
Please sign in to leave a comment.