Retrieve a paginated list of customers with optional filters.
Supports filtering by platform, country, subscription status, product, attribution data, and more.
Project API Key for authentication and project identification
^proj_[a-zA-Z0-9]+$"proj_abc123xyz456"
Page number for pagination (starts at 1)
x >= 1Number of items per page
1 <= x <= 100Sort field
created, last_seen, total_revenue Sort order
asc, desc Environment type (0=Sandbox, 1=Production)
0, 1 Filter by platforms
iOS, Android, Stripe Filter by countries (ISO 3166-1 alpha-2)
^[A-Z]{2}$Filter by product IDs
Filter by Qonversion user ID
Filter by custom user ID
Filter by device ID
Filter by media source names
Filter by campaign names
Filter by ad set names
Filter by ad names
Filter by app versions
Filter by SDK versions
Filter by OS versions
Filter by locales
Filter by device models
Filter by purchase currencies (ISO 4217)
^[A-Z]{3}$Filter by experiment UIDs
Filter by experiment group UIDs
Filter by subscription status
active, trial, grace_period, cancelled, expired, never_subscribed Filter by entitlement IDs
Filter customers created after this Unix timestamp
Filter customers created before this Unix timestamp