company_registration
ActiveTool of Ready APIs
declared in 1.0.0
Resolve a registry-assigned registration number (Companies House, Delaware file number, Handelsregisternummer, etc.) to a company profile. Pass country= to disambiguate since regnums aren't globally unique.
Parameters schema
{
"type": "object",
"required": [
"regnum"
],
"properties": {
"regnum": {
"type": "string",
"description": "Registration number, e.g. Stripe's Delaware file number '4675506'."
},
"country": {
"type": "string",
"description": "Optional ISO 3166-1 alpha-2 country code to disambiguate."
},
"jurisdiction": {
"type": "string",
"description": "Optional ISO 3166-2 jurisdiction for finer scoping."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries