Gets a paginated list of all customers in your Metronome account. Use this endpoint to browse your customer base, implement customer search functionality, or sync customer data with external systems. Returns customer details including IDs, names, and configuration settings. Supports filtering and pagination parameters for efficient data retrieval.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Max number of results that should be returned
1 <= x <= 100
Cursor that indicates where the next page of results should start.
Filter the customer list by ingest_alias
Filter the customer list by customer_id. Up to 100 ids can be provided.
Filter the customer list to only return archived customers. By default, only active customers are returned.
Filter the customer list by salesforce_account_id. Up to 100 ids can be provided.
100
Success
The response is of type object
.