Returns a paginated list of customers for the authenticated project. Manifest-compliant: list envelope, ISO 8601 timestamps.
Bearer authentication using the project Secret Key (prefixed with sk_, or test_sk_ for sandbox). All v4 public endpoints require the Secret Key — see Authentication. Never expose the Secret Key in client-side code.
Page number (1-based).
x >= 1Maximum number of customers to return.
1 <= x <= 100Field to sort results by.
Sort direction.
asc, desc Filter by environment ID.
Search query string.
Filter by customer status. Repeatable: filter[status][]=active&filter[status][]=churned.
Filter by target platform. Repeatable.