Skip to main content
GET
Retrieve customers with subscriptions

Headers

X-API-Key
string
required

API Key for authentication

Query Parameters

api_key
string

API Key (Deprecated - Use X-API-Key header instead)

name
string

Filter customers by name (partial match supported)

email
string

Filter customers by exact email address

activeMoreThanOneSubscription
boolean
default:false

When true, returns only customers who have more than one active subscription

pageable
object
required

Pagination parameters (page number and size)

Response

Successfully retrieved customer list

activeSubscriptions
integer<int64>
customerId
integer<int64>
email
string
inActiveSubscriptions
integer<int64>
lifetimeValue
number<double>
name
string
nextOrderDate
string<date-time>