Publication Date – February 27, 2020
https://api.bitsighttech.com/ratings/v1/products/product_guid
Get information about a particular service provider product.
Parameters
*Required.
Parameter | Description | Values |
---|---|---|
product_guidPath |
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/products/ffffffff-2222-3333-cccc-111111111111 -u api_token:
Example Response
{ "product_guid":"ffffffff-2222-3333-cccc-111111111111", "product_name":"Hosting Product", "product_types":[ "Hosting" ], "provider_guid":"77777777-ffff-aaaa-8888-ffffffffffff", "provider_name":"Internet Hosting Co.", "provider_industry":"Business Services" }
Response Attributes
Field | Description |
---|---|
product_guidString [ product_guid ] |
The unique identifier of the product. |
product_nameString |
The name of the product. |
product_typesArray |
The type of product. |
provider_guidString [ entity_guid ] |
The unique identifier of the service provider for the product. |
provider_nameString |
The name of the service provider for the product. |
provider_industryString |
The industry of the service provider for the product. |