DocsAPI ReferenceEcommerce/bff/ecommerce/company/detail
getEcommerceAdmin BFF

/bff/ecommerce/company/detail

Fetches company details from ARES (Czech business register) by IČO and returns structured address and company data.

EcommercegetBffEcommerceCompanyDetail

Parameters

1 query

1 total
Query · 1
icostringRequired

Company registration number (IČO) to look up.

Request

GET /bff/ecommerce/company/detail

get
curl -X GET "https://api.bizkithub.com/bff/ecommerce/company/detail?ico=05103118" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "ico": "05103118"
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key