Get registry countries
GET /v1/company/countries
Retrieves a list of countries supported by the company registry. Each country object includes the ISO country code and the official country name. This endpoint is typically used to populate country selectors or validate registry lookups.
Response Example
[
{
"code": "NO",
"name": "Norway"
},
{
"code": "GB",
"name": "United Kingdom"
}
]