https://api.bitsighttech.com/ratings/v1/products/product_guid
Get information about a particular service provider product.
Parameters
* Required.
product_guid-
* Required.
[Path] Identify the service provider product to query.
Value: [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_guid String [ |
The unique identifier of the product. |
product_name String |
The name of the product. |
product_types Array |
The type of product. |
provider_guid String [ |
The unique identifier of the service provider for the product. |
provider_name String |
The name of the service provider for the product. |
provider_industry String |
The industry of the service provider for the product. |
- February 27, 2020: Published.
Feedback
0 comments
Please sign in to leave a comment.