v7

latestOpenAPI 3.0.02026-08-08811,0051.1 MB
Points

Retrieves a paginated list of customer points generated on or after a specified date. This endpoint allows for filtering points by a start date and supports pagination. Each item in the list includes detailed point information along with associated customer data.

post/v1/pvt/Points/list

Request body

PageNumberinteger

Pagenation number

PageSizeinteger

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

DateFromstring date-time nullable

Optional date from which to list points (inclusive). Filters points created or relevant on or after this date. Expected format: ISO 8601 (e.g., "2023-10-27T00:00:00Z" or "2023-10-27").

Response

ErrorMessagestring nullable

Error message returned when the request fails validation or processing. For warnings and successful responses, consumers should usually inspect Result, Code and Severity first.

ErrorCodeinteger nullable

Legacy numeric error code derived from internal API errors when available. This field is relevant only for error flows that use ApiResponseErrorDescription.

Codestring nullable

Endpoint-specific business code formatted as a two-digit string, such as 03 or 07. This field is available for success, warning and error outcomes.

CodeNamestring nullable

Symbolic enum name associated with Code, such as CheckoutNotFound.

Severity0 | 1 | 2

0 = Success 1 = Warning 2 = Error

HasWarningboolean

Convenience flag that is true when Severity is Warning. Warnings are valid 200 OK business outcomes and should not be handled as transport or validation errors.

HasErrorboolean

Indicates whether the request failed and should be handled as an error response. This flag is reserved for real API errors; warnings must keep this property as false.