Inquire
Get Expired Points
Gets expired points of a member for a date range, in UTC format. When date range is not specified, all the expired points are retrieved
GET
/
v1
/
inquire
/
all-points-expiry
/
{profileId}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ProfileId of the member, which is generated in the response of the Enroll Member
endpoint - POST /v1/members.
Query Parameters
Start date of the date range, in UTC format.
End date of the date range, in UTC format.
Was this page helpful?