List all clients
Returns a paginated list of clients. Supports filtering by name, country, date range, and associated product. Deleted and pending-deletion clients are automatically excluded.
Query Parameters
Page number for pagination (1-based)
Number of clients per page
Sort order for the results
ascdescField to sort results by
customertotalpaymentdatestatusidSearch filter to match client names or emails
Start date for filtering clients by registration date. Accepts an ISO 8601 date string or a Unix timestamp.
End date for filtering clients by registration date. Accepts an ISO 8601 date string or a Unix timestamp.
Filter clients by a product they are associated with
Filter clients by two-letter country codes. Pass multiple times for multiple countries (e.g. ?countries[]=de&countries[]=fr).
Responses
Clients listed successfully
Total number of matching clients
Unique identifier for the client
Object type identifier
UUID of the associated customer record
Primary contact email address
Contact telephone number
Company or client name
Two-letter country code
Dashboard locale setting
Current client status
demoactiveaffiliatesuspendedinactiveWhether the client is a demo account
Whether the client is suspended
Registration date as Unix timestamp
Agency/admin user managing this client (null if managed by Tamio)
Admin user ID
Admin email address
Admin company name
Permission settings controlling access to various system features. Each key is a feature area containing boolean permission flags (view, edit, create, remove, publish). Not all actions apply to every feature area.
Permissions for account settings and profile management
Permissions for billing, invoices, and payment management
Permissions for API keys and authentication tokens
Permissions for webhook configuration and management
Permissions for viewing system logs
Permissions for viewing audit trail and change history
Permissions for revenue analytics and financial reports
Permissions for source analytics and traffic attribution
Permissions for visitor analytics and user behavior data
Permissions for domain management
Permissions for tax configuration and rules
Permissions for team member management
Permissions for reports and analytics
Permissions for website management
Permissions for page management and content editing
Permissions for affiliate program management
Permissions for affiliate user management
Permissions for affiliate network settings
Permissions for affiliate payouts and payments
Permissions for payment processing and transactions
Permissions for third-party integrations
Permissions for invoice management
Permissions for subscription management
Permissions for instalment plan management
Permissions for customer management
Permissions for email subscriber management
Permissions for mailing list management
Permissions for automation workflow management
Permissions for discount code management
Permissions for email template management
Permissions for customer review management
Permissions for media asset management
Permissions for product and inventory management
Permissions for shipping method management
Permissions for warehouse and inventory location management
Permissions for support ticket management
Permissions for client account management
Permissions for agency billing plan management
Permissions for AI features and content generation
Validation or business-logic error.
| Code | Description |
|---|---|
1002 | The provided product ID does not match any existing product |
Unauthorized – invalid or missing Bearer token