POST
/
v1
/
members
/
points-activate
curl --request POST \
  --url https://vanilla-dev02-loyalty.fabric.zone/api/v1/members/points-activate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "profileId": "f90a1da5-c072-48b7-a9ea-eb35c5dd506b",
  "startDate": "2020-02-08 00:00:00",
  "endDate": "2020-02-08 00:00:00"
}'
{
  "message": "Member points activated",
  "errors": {},
  "data": null,
  "status": 200
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Details required to activate points

Response

200
application/json
OK

Response Details