DocsAPI ReferenceAddress/bff/address/detail
getAddressAdmin BFF

/bff/address/detail

Returns a single address record by its external ID.

AddressgetBffAddressDetail

Parameters

1 query

1 total
Query · 1
idstringRequired

External address identifier.

Request

GET /bff/address/detail

get
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.

Get API Key