Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Details required to activate points
Profile ID of the member. It is generated in the response of the Enroll Member
endpoint - POST /v1/members.
"f90a1da5-c072-48b7-a9ea-eb35c5dd506b"
Beginning of the date range, in UTC format
"2020-02-08 00:00:00"
Ending of the date range, in UTC format
"2020-02-08 00:00:00"
Response
OK
Response Details
Message corresponding to the call
1
"Member points activated"
A dictionary of lists with different number of errors or exceptions.
{}
Returns data in the form of a list of dictionaries or null
null
Status code of the call
200