Activate Points
Updates the status of the points from Pending to Active. When setToPending flag is true, the duration in which the points will be in Pending status must be specified between 0-24 hours. When it is 0, the endpoint must be run manually (otherwise, the points earned will remain in Pending status). When the duration is between 1-24 hours, the points stay in Pending status only for the defined period. This endpoint can be configured to run automatically to activate the points. Note: Points in the Pending status reflect in the account balance but they can be redeemed only after they reach the defined threshold value and is in Active status.
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.
Beginning of the date range, in UTC format
Ending of the date range, in UTC format
Response
Response Details
Message corresponding to the call
1
A dictionary of lists with different number of errors or exceptions.
Returns data in the form of a list of dictionaries or null
Status code of the call
Was this page helpful?