Retrieves a paginated list of points scheduled to expire.
Use API Basic Auth Keys
Filter containing the optional date range (From, To) for expiration dates and pagination parameters (PageNumber, PageSize).
Base Filter model Request filter for retrieving expiring points via the external API.
Pagenation number
Amount of items per page, Max size is 50 items per page.
Optional start date for the expiration period (inclusive). Filters points expiring on or after this date. Expected format: ISO 8601 (e.g., "2023-10-27T00:00:00Z").
Optional end date for the expiration period (inclusive). Filters points expiring on or before this date. Expected format: ISO 8601 (e.g., "2023-11-27T23:59:59Z").