Deprecated
Countries
This endpoint retrieves all the headquarter countries identified in the given market.
This is commonly used with the /markets/{marketId}/companies
endpoint to ensure that the filter is acting on an available country.
GET
/
markets
/
{marketId}
/
companies
/
countries
This endpoint is deprecated and will be removed in the future. Please use Attributes instead.
Path
marketId
string
The ID of the market which you want to retrieve countries of. This can be retrieved by searching for markets.
Response
meta
object
Metadata summarizing the data
returned.
data
object
A mapping of all countries to their number of occurrences, sorted by
- descending number of occurrences, and then
- alphabetical order of the countries.