GET: Country Details

https://api.bitsighttech.com/companies/country_guid

Get 1 year of Bitsight data of subscribed entities.

Parameters

* Required.

format

[Query] Format the response data.

Value: [String] json

guid

* Required.

[Path] Identify the company or country to query.

Value: [String] Company or country unique identifier [entity_guid]. See GET: National Cybersecurity Portfolio Details.

Example Request

curl 'https://api.bitsighttech.com/companies/5d04c480-b1e7-48af-9633-82996a8446fc' -u api_token:

Example Response

{
  "guid": "87853699-9802-44df-94db-9ad9ae67cb76",
  "custom_id": null,
  "name": "Florin",
  "description": " ",
  "ipv4_count": 0,
  "people_count": 55860330,
  "industry": null,
  "homepage": null,
  "primary_domain": null,
  "type": "COUNTRY",
  "display_url": null,
  "rating_details": {
    […]
  },
  "ratings": [
    […]
  ],
  "search_count": 0,
  "subscription_type": "Countries",
  "subscription_type_key": "countries",
  "subscription_end_date": null,
  "confidence": "LOW",
  "bulk_email_sender_status": "NONE",
  "service_provider": false,
  "customer_monitoring_count": 3
}

Response Attributes

The response is similar to that of the Companies API endpoint for Bitsight Enterprise subscriptions, but some fields will be empty or null, as there are differences between the data for National Cybersecurity and Enterprise subscriptions.

Field Description
guid

String [entity_guid]

The queried company or country.
custom_id

String

For internal Bitsight use.
name

String

The name of the company or country.
description

String

This is empty for National Cybersecurity.
ipv4_count

Integer

This is 0 for National Cybersecurity.
people_count

Integer

The combined number of employees that are attributed to this company or country.
industry

Null

This is null for National Cybersecurity. To get information about industries within a country, see GET: Industries Within a Country Ratings.
homepage

Null

This is null for National Cybersecurity.
primary_domain

Null

This is null for National Cybersecurity.
type

String

This is COUNTRY for National Cybersecurity.
display_url

Null

This is null for National Cybersecurity.
rating_details

Object

Risk vector grade details.
ratings

Array

Historical rating information.
search_count

Integer

The number of times this company has been listed in search results.
subscription_type

String

This is Countries for National Cybersecurity.
subscription_type_key

String

This is countries for National Cybersecurity.
subscription_end_date

Null

This is null for National Cybersecurity.
confidence

String

For internal Bitsight use.
bulk_email_sender_status

String

For internal Bitsight use.
service_provider

Boolean

This is false for National Cybersecurity.
customer_monitoring_count

Integer

The number of companies that are monitoring this company.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.