Inquire
Get Points to be Expired
Gets all points that will expire within a year starting at 30 days, 60 days, and up to one year.
GET
/
v1
/
inquire
/
points-expiry
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
profileId
integer
Profile ID. It is generated in the response of the Enroll Member
endpoint - POST /v1/members.
Response
200 - application/json
message
string | null
Message corresponding to the call.
Maximum length:
200
data
object[]
status
integer
Status of the call
errors
object
Error details, if any
Was this page helpful?