Returns a paginated list of customers. Supports filtering by sales owner, customer success manager, tag IDs, active-subscription status, integration IDs, alias, and contact email.
Documentation Index
Fetch the complete documentation index at: https://alguna.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication. Pass your API key as a Bearer token.
2026-04-01 Filter by customer alias (external ID)
"ext_customer_1"
Filter by customer success manager user ID (comma-separated to match any)
"usr_abc123"
Filter by contact email address
"john@example.com"
Filter by whether the customer has active subscriptions
Filter by external integration IDs (comma-separated to match any)
"intg_abc123"
Number of items to return per page
20
Number of items to skip
0
Filter by sales owner user ID (comma-separated to match any)
"usr_abc123"
Sort field and direction in format field:order
"name:asc"
Filter by tag IDs (comma-separated to match any)
"tag_abc123"