Skip to main content
GET
Returns a list of points that will expire soon and can be sent a notification to the customer warning about the expiration. The date range is based on the days before expiration configured in the BonifiQ Admin Panel

Authorizations

Authorization
string
header
required

Use API Basic Auth Keys

Query Parameters

from
string<date-time>
to
string<date-time>
pageNumber
integer<int32>
default:1
pageSize
integer<int32>
default:10

Number of items per page (default: 10, max: 10000)

Response

200 - application/json

Base List response model methods

Items
object[] | null

Collection with the found entities on the bonifiq DB.

TotalItemCount
integer<int32>

Total of rewards Configurations founds.

PageSize
integer<int32>

Pagination size

PageNumber
integer<int32>

Actual Page Number

HasNextPage
boolean

true if there is another page to be load.

HasError
boolean

If true the request had an error.

ErrorMessages
string[]

List with the error messages