https://api.bitsighttech.com/ratings/v1/companies/company_guid
Get a company’s details, including:
- Their rating.
- Rating history.
- Risk vector grades.
- Company information.
- Relationship details.
Parameters
* Required.
See query parameters for details on the format
(Value: json
) parameter.
Parameter | Values |
---|---|
company_guid * [Path] Identify the company to query. |
[String] Company unique identifier [entity_guid ]. See GET: Portfolio Details. |
fields [Query] Filter by fields. |
[Array] Comma-separated field names, which are available in the response. The order of the specific fields might not be reflected in the response when using this parameter.
|
Example Request
curl https://api.bitsighttech.com/ratings/v1/companies/a940bb61-33c4-42c9-9231-c8194c305db3 -u api_token:
Use the fields
parameter to get the average rating and percentile rank:
curl https://api.bitsighttech.com/ratings/v1/companies/a940bb61-33c4-42c9-9231-c8194c305db3?fields=industry_average,industry_percentile -u api_token:
See the example response and response attributes.
Example Response
{ "guid":"a940bb61-33c4-42c9-9231-c8194c305db3", "custom_id":"MyCo", "name":"Saperix, Inc.", "description":"Saperix Technologies LLC develops risk analysis software solutions.", "ipv4_count":4172, "people_count":300, "shortname":"Saperix", "industry":"Technology", "industry_slug":"technology", "sub_industry":"Computer & Network Security", "sub_industry_slug":"computer_network_security", "homepage":"http://www.saperix.com", "primary_domain":"saperix.com", "type":"CURATED", "display_url":"https://service.bitsighttech.com/app/company/a940bb61-33c4-42c9-9231-c8194c305db3/overview/", "rating_details":{ […] "data_breaches":{ "name":"Security Incidents", "rating":800, "grade":"B", "percentile":70, "grade_color":"#526d96", "category":"Public Disclosures", "category_order":3, "beta":false, "order":19, "display_url":"https://service.bitsighttech.com/app/company/a940bb61-33c4-42c9-9231-c8194c305db3/rating-details/?vector=news" } }, "ratings":[ […] { "rating_date":"2021-06-01", "rating":490, "range":"Basic", "rating_color":"#b24053" } ], "search_count":9270, "subscription_type":"Total Risk Monitoring", "sparkline":"https://api.bitsighttech.com/ratings/v1/companies/a940bb61-33c4-42c9-9231-c8194c305db3/sparkline?size=small", "subscription_type_key":"continuous_monitoring", "subscription_end_date":null, "confidence":"HIGH", "bulk_email_sender_status":"NONE", "service_provider":false, "customer_monitoring_count":232, "available_upgrade_types":[ ], "has_company_tree":true, "has_preferred_contact":true, "is_bundle":false, "rating_industry_median":"below", "primary_company":{ "guid":"eed24cfa-c3ea-4467-aefa-89648881e277", "name":"Saperix Corporate" }, "permissions":{ "can_manage_primary_company":true, "can_annotate":true, "can_view_ip_attributions":true, "can_view_infrastructure":true, "can_view_forensics":true, "can_download_company_report":true, "can_view_company_reports":true, "can_view_service_providers":true, "can_request_self_published_entity":true, "has_control":true }, "is_primary":false, "is_unsampled_allowed":true, "in_spm_portfolio":true, "is_mycomp_mysubs_bundle":false, "company_features":[ { "name":"Risk Quantification", "slug":"risk-quantification" } ], "compliance_claim":{ "trust_page":"https://saperix.com/compliance", "certifications":[ […] { "name":"NIST CSF", "slug":"nist-csf" } ] }, "related_companies":[ ] }
Response Attributes
Field | Description | |||
---|---|---|---|---|
guidString [ entity_guid ] |
This company’s unique identifier. | |||
custom_idString |
This company’s customized ID. | |||
nameString |
This company’s name. | |||
descriptionString |
Details about this company, which typically includes its industry and location. | |||
ipv4_countInteger |
The number of IP addresses attributed to this company. | |||
people_countInteger |
The number of employees in this company. | |||
shortnameString |
The abbreviated name of this company. | |||
industryString |
This company’s industry. | |||
industry_slugString |
This company’s industry slug name. | |||
sub_industryString |
This company’s sub-industry. | |||
sub_industry_slugString |
This company’s sub-industry slug name. | |||
homepageString |
The URL of this company’s primary external website. | |||
primary_domainString |
This company’s primary domain. | |||
typeString |
This company’s rating type. | |||
display_urlString |
The URL to this company’s overview page in the Bitsight platform. | |||
rating_detailsObject |
Information about this company’s performance by risk vector and details for use in HTML applications. | |||
Risk Vector Slug Name Object |
This company’s performance for this risk vector. | |||
nameString |
The risk vector. | |||
ratingInteger |
For internal Bitsight use. | |||
gradeString |
The risk vector’s letter grade. | |||
percentileInteger |
This company’s performance on this risk vector against their peers. | |||
grade_colorString |
The hex color code to display the letter grade in HTML applications. | |||
categoryString |
The risk category. | |||
category_orderInteger |
The risk category’s visual sorting order in the Bitsight platform. | |||
betaBoolean |
true = This risk vector is in beta and does not affect this company’s security rating. |
|||
orderInteger |
The risk vector’s visual sorting order in the Bitsight platform. | |||
display_urlString |
The URL in the Bitsight platform for this risk vector’s details. | |||
ratingsArray |
1 year of daily security ratings, starting with the most recent entry. | |||
rating_dateString [ YYYY-MM-DD ] |
The date when this rating was calculated. | |||
ratingInteger |
This company’s Bitsight Security Rating on this day. | |||
rangeString |
This company’s rating category on this day. | |||
rating_colorString |
The hex code to display the rating category’s color in HTML applications. | |||
search_countInteger |
The number of times this company has been listed in search results. | |||
subscription_typeString |
The subscription type used to monitor this company. | |||
sparklineString |
The URL to this company’s security rating trend line during the past 1 year. | |||
subscription_type_keyString |
The subscription slug name used to monitor this company. | |||
subscription_end_dateString [ YYYY-MM-DD ] |
The date when the subscription to this company expires. | |||
confidenceString |
For internal Bitsight use. | |||
bulk_email_sender_statusString |
FULL = This company provides bulk email sending services, which excludes this company from the Spam Propagation risk vector. |
|||
service_providerBoolean |
true = This company is a service provider. |
|||
customer_monitoring_countInteger |
The number of companies that are monitoring this company. | |||
available_upgrade_typesArray |
For internal Bitsight use. | |||
has_company_treeBoolean |
true = This company has a ratings tree. |
|||
has_preferred_contactBoolean |
true = This company assigned a collaboration contact. |
|||
is_bundleBoolean |
true = This company is part of a ratings bundle. |
|||
rating_industry_medianString |
This company’s position in the peer group distribution chart. | |||
primary_companyObject |
The primary company of this company’s organization. | |||
guidString [ entity_guid ] |
The primary company’s unique identifier. | |||
nameString |
The primary company’s name. | |||
permissionsObject |
Your Bitsight account capabilities and permissions. | |||
can_manage_primary_companyBoolean |
true = You have permission to highlight a primary for your organization. |
|||
can_annotateBoolean |
true = You have permission to identify assets and segment your network with infrastructure tags. |
|||
can_view_ip_attributionsBoolean |
true = You have permission to view IP attributions. |
|||
can_view_infrastructureBoolean |
true = You have permission to view your infrastructure attribution. |
|||
can_view_forensicsBoolean |
true = You have the Event Forensics add-on package. |
|||
can_download_company_reportBoolean |
true = You have permission to view and download Bitsight Security Rating Reports (PDF). |
|||
can_view_company_reportsBoolean |
true = You have permission to view Bitsight Security Rating Reports. |
|||
can_view_service_providersBoolean |
true = You have permission to access Bitsight for Fourth Party Risk Management. |
|||
can_request_self_published_entityBoolean |
true = You have permission to request the creation of a self-published rating. |
|||
has_controlBoolean |
For internal Bitsight use. | |||
is_primaryBoolean |
true = Your company is the primary for your organization. |
|||
is_unsampled_allowedBoolean |
true = Unsampled Findings is enabled. |
|||
in_spm_portfolioBoolean |
true = This company is in your Security Performance Management portfolio (My Company, My Subsidiary, etc.). See subscription types. |
|||
is_mycomp_mysubs_bundleBoolean |
true = This company is part of your ratings bundle. |
|||
company_featuresArray |
Features that are enabled for your organization. | |||
Object | A feature. | |||
nameString |
The name of this feature. | |||
slugString |
The slug name of this feature. | |||
compliance_claimObject |
Self-attested compliance claims. | |||
trust_pageString |
The trust website. | |||
certificationsArray |
Certification frameworks. | |||
Object | A framework. | |||
nameString |
The name of this framework. | |||
slugString |
The slug name of this framework. | |||
related_companiesArray |
For internal Bitsight use. |
Fields Parameter
If you used the fields
parameter to get the average rating and percentile rank (?fields=industry_average,industry_percentile
):
Example Response
{ "industry_average":690.0, "industry_percentile":"0" }
Response Attributes
Field | Description |
---|---|
industry_averageDecimal |
The average rating of the company’s industry sector. |
industry_percentileInteger |
The percentile rank of the company in its industry sector. |
- October 24, 2022:
industry_average
&industry_percentile
values available forfields
parameter; Self-attested compliance claim details. - June 13, 2022: Added
has_preferred_contact
,can_view_ip_attributions
,is_unsampled_allowed
,is_mycomp_mysubs_bundle
, &company_features
. - June 9, 2020: Added
in_spm_portfolio
field.
Feedback
0 comments
Please sign in to leave a comment.