/api/v1/address/load-address-by-company-registration-number
API endpoint documentation
get
Tags:address
Operation ID:
getApiV1AddressLoad-address-by-company-registration-numberQuery Parameters
companyRegistrationNumberstringNo description available
countrystringNo description available
Responses
200
No description
Base URL:
https://bizkithub.comExample Request
fetch('https://bizkithub.com/api/v1/address/load-address-by-company-registration-number?apiKey=YOUR_API_KEY', {
method: 'GET',
headers: {
'Content-Type': 'application/json'
}
})Example Response
HTTP 200Success Response
{
"success": true,
"data": {
"message": "Example response"
}
}🔑 API Key Required
All BizKitHub API endpoints require authentication using an API key. The API key must be passed as a GET parameter in the URL for all requests.
Back to API Documentation
Last updated: November 14, 2025