AddressgetBffAddressDetail
Parameters
1 query
Query · 1
idstringRequiredExternal address identifier.
Request
GET /bff/address/detail
curl -X GET "https://api.bizkithub.com/bff/address/detail?id=addr_abc123" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
Address detail.
{
"id": "addr_abc123",
"type": "billing",
"firstName": "Jan",
"lastName": "Novák",
"companyName": "Acme s.r.o.",
"companyRegistrationNumber": "05103118",
"taxIdentificationNumber": "CZ9609040727",
"streetAddress": "Vodičkova 36",
"city": "Praha",
"cityPart": "Nové Město",
"stateRegion": "Středočeský kraj",
"postalCode": "11000",
"country": "CZ",
"notice": "example_notice"
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.