Inquire
Get Member Points
Gets all active and pending (excluding expired) member points along with the points breakdown.
GET
/
v1
/
inquire
/
{profileId}
/
member-points
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
profileId
string
requiredProfile ID. It is generated in the response of the Enroll Member
endpoint - POST /v1/members.
Response
200 - application/json
Response of the Get Member Points
endpoint
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?