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
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
profileId
string
requiredProfileId of the member, which is generated in the response of the Enroll Member
endpoint - POST /v1/members.
Query Parameters
startTimestampUTC
string
Start date of the date range, in UTC format.
endTimestampUTC
string
End date of the date range, in UTC format.
Response
200 - application/json
Response of the All-points Expiry API
status
integer
Status of the call.
message
string
default: Exception messageMessage corresponding to the call
errors
object
Error details, if applicable
data
object[]
Was this page helpful?