List customers
Customers
List customers
Fetch a paginated list of customers.
GET
List customers
Returns a paginated page of customers. See Pagination for the common query parameter contract.Documentation Index
Fetch the complete documentation index at: https://docs.lms.bsa.ai/llms.txt
Use this file to discover all available pages before exploring further.
Query parameters
Page size, max 100.
Column to sort by. Common values:
id, displayName,
submittedDate, activationDate.ASC or DESC.Point-lookup by partner-supplied externalId. Returns a single-item
page if found, or an empty page (
items: [], total: 0) if not.
externalId uniqueness is enforced upstream, so at most one match is
ever returned. Pagination params are still honoured for response
shape but don’t affect the result.Examples
Response
items entry has the same shape as the
customer object.
