GET: Geographic IP Address Space

https://api.bitsighttech.com/ratings/v1/portfolio/countries

Get an understanding of the geographic IP address space of your portfolio.

  • Determine which portfolio companies need to comply with data residency requirements.
  • Get a glossary of countries and their country codes.

Example Request

curl https://api.bitsighttech.com/ratings/v1/portfolio/countries -u api_token:

Example Response

{
  "companies":{
    "a940bb61-33c4-42c9-9231-c8194c305db3":{
      "ipv4":{
      "A1":123
      }
    },
    "countries":{
      "A1":{
        "name":"Demo Country 1"
      },
      "initial_counts":{
        "Demo Country 1":123
      }
    }
  }
}

Response Attributes

Field Description
companies

Object

IPv4 details of companies in your portfolio.
 

GUID [entity_guid]

Object

IPv4 details of this company.
 
ipv4

Object

IPv4 totals by country code.
 

Country Code

Integer

The total number of IP addresses this company has in that country.
countries

Object

Country details of your portfolio.
 

Country Code

Object

Details of this country.
 
name

String

The name of this country.
initial_counts

Object

The amount of IP addresses by country.
 

Country Name

Integer

The amount of IP addresses in this country.
  • January 19, 2022: Updated response schema.
  • October 17, 2018: Published.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.