List Customers
Dev - Customers
List Customers
Retrieve a paginated list of customers for the specified team. Supports search, pagination, and sorting capabilities.
GET
List Customers
Documentation Index
Fetch the complete documentation index at: https://docs.lukittu.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication for development endpoints.
You can create API keys in your team's settings on the Lukittu dashboard.
Include the API key in the Authorization header as: Bearer YOUR_API_KEY
Example:
Authorization: Bearer lukittu_api_key_abc123def456...Path Parameters
Your team's UUID. You can find this value in your team's settings on the Lukittu dashboard. UUID v4 identifier
Query Parameters
Page number for pagination (1-based)
Required range:
x >= 1Number of items per page
Available options:
10, 25, 50, 100 Column to sort by
Available options:
fullName, createdAt, updatedAt, email, username Sort direction
Available options:
asc, desc Search customers by email, full name, or username
Required string length:
1 - 255