get
https://api.zenskar.com/customers//addresses/
Retrieve detailed information for a specific address by its unique identifier.
Returns comprehensive address data including:
- Full address details (lines, city, state, zip, country)
- Default flags (is_default_billing, is_default_shipping)
- Validation status for tax calculation purposes
- Metadata (creation and update timestamps)
Requirements:
- Address must belong to the authenticated organization
- Valid UUID format required for both customer_id and address_id
- Returns 404 if address doesn't exist or has been deleted
