Customer Addresses
Get a single address
Returns a single address by its ID for the specified customer.
🔒 Requires: customers:read scope
get/customers/{customer_id}/addresses/{address_id}
Path parameters
customer_idstring uuid required
The unique identifier of the customer.
address_idinteger required
The unique identifier of the address.