Skip to main content
POST
Lists points set to expire within the specified date range (paginated).

Authorizations

Authorization
string
header
required

Use API Basic Auth Keys

Body

application/json

Filter containing the optional date range (From, To) for expiration dates and pagination parameters (PageNumber, PageSize).

Request filter for retrieving expiring points via the external API.

PageNumber
integer<int32>

Pagenation number

PageSize
integer<int32>

Amount of items per page, Max size is 50 items per page.

From
string<date-time> | null

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").

To
string<date-time> | null

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").

Response

200 - application/json

A paginated list of expiring points.

Items
object[]
TotalItemCount
integer<int32>
PageSize
integer<int32>
PageNumber
integer<int32>
HasNextPage
boolean