https://api.bitsighttech.com/companies/country_guid
Get 1 year of Bitsight data of subscribed entities.
Parameters
* Required.
Parameter | Values |
---|---|
format [Query] Format the response data. |
[String] json |
guid * [Path] Identify the company or country to query. |
[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 |
---|---|
guidString [ entity_guid ] |
The queried company or country. |
custom_idString |
For internal Bitsight use. |
nameString |
The name of the company or country. |
descriptionString |
This is empty for National Cybersecurity. |
ipv4_countInteger |
This is 0 for National Cybersecurity. |
people_countInteger |
The combined number of employees that are attributed to this company or country. |
industryNull |
This is null for National Cybersecurity. To get information about industries within a country, see GET: Industries Within a Country Ratings. |
homepageNull |
This is null for National Cybersecurity. |
primary_domainNull |
This is null for National Cybersecurity. |
typeString |
This is COUNTRY for National Cybersecurity. |
display_urlNull |
This is null for National Cybersecurity. |
rating_detailsObject |
Risk vector grade details. |
ratingsArray |
Historical rating information. |
search_countInteger |
The number of times this company has been listed in search results. |
subscription_typeString |
This is Countries for National Cybersecurity. |
subscription_type_keyString |
This is countries for National Cybersecurity. |
subscription_end_dateNull |
This is null for National Cybersecurity. |
confidenceString |
For internal Bitsight use. |
bulk_email_sender_statusString |
For internal Bitsight use. |
service_providerBoolean |
This is false for National Cybersecurity. |
customer_monitoring_countInteger |
The number of companies that are monitoring this company. |
Feedback
0 comments
Please sign in to leave a comment.