GET: Product Details

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 [product_guid]

The unique identifier of the product.
product_name

String

The name of the product.
product_types

Array

The type of product.
provider_guid

String [entity_guid]

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.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.