List customers
Returns a paginated list of customers. Supports Ransack search/filters.
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
Headers
Bearer token for admin authentication
Query Parameters
Email + name full-text-ish search
Comma-separated associations to expand (e.g., addresses, store_credits). Use dot notation for nested expand (max 4 levels).
Comma-separated list of fields to include (e.g., email,first_name,last_name). id is always included.
Response
200 - application/json
customers found
Spree Admin SDK

