Retrieve a list of API tokens with optional filtering parameters. Returns all tokens that match the specified filters. If no filters are provided, returns all tokens (paginated).
API token authentication using format <api token id>:<api client secret>
Filter by name of the token
Filter customers created after this timestamp (inclusive)
Filter customers created before this timestamp (inclusive)
Filter customers updated after this timestamp (inclusive)
Filter customers updated before this timestamp (inclusive)
Maximum number of results to return (default 20, max 100)
1 <= x <= 100Cursor for pagination (returned from previous request)
Successful operation
List of tokens matching the filter criteria
Indicates if more results are available beyond this page
Cursor to retrieve the next page of results (only present if hasMore is true)
Total number of tokens matching the criteria (excluding pagination)