GET: Enterprise Products Used by a Single Domain

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.

company_guid

* Required.

[Path] Identify the company to query.

Value: [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_guid

String [product_guid]

The unique identifier of this product.
product_name

String

The name of this product.
provider_name

String

The name of the provider of this product.
product_types

Array

Each category of product under which this product appears.
  • November 9, 2018: Published.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.