POST
/
v1
/
members
/
points-activate

Authorizations

Authorization
string
headerrequired

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

Body

application/json

Details required to activate points

profileId
string
required

Profile ID of the member. It is generated in the response of the Enroll Member endpoint - POST /v1/members.

startDate
string | null

Beginning of the date range, in UTC format

endDate
string | null

Ending of the date range, in UTC format

Response

200 - application/json

Response Details

message
string

Message corresponding to the call

Minimum length: 1
errors
object

A dictionary of lists with different number of errors or exceptions.

data
object

Returns data in the form of a list of dictionaries or null

status
integer

Status code of the call