List customer addresses
Returns the customer’s saved addresses.
Required scope: read_customers (for API-key authentication).
GET
Spree Admin SDK
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Path Parameters
Query Parameters
Comma-separated associations to expand (e.g., country, state). Use dot notation for nested expand (max 4 levels).
Comma-separated list of fields to include (e.g., first_name,last_name,address1,city). id is always included.
Response
200 - application/json
addresses found
Spree Admin SDK

