Retrieve a list of clients using efficient cursor-based pagination.
This endpoint returns clients ordered by modification date (oldest first) and supports:
Use Cases:
Pagination: The endpoint uses cursor-based pagination for optimal performance:
Performance:
API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
Maximum number of clients to return per page. Must be between 1 and 50. Defaults to 25.
1 <= x <= 5025
ISO 8601 datetime string to filter clients modified on or after this date. Useful for incremental syncing to get only updated records. If omitted, returns all clients from the beginning of time.
"2024-01-01T00:00:00.000Z"
Base64-encoded cursor for pagination. Use the nextCursor value from a previous response to fetch the next page. Omit for the first page.