Members
Create a member
POST
/
rewards_programs
/
{id}
/
members
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
id
string
requiredThe ID of the rewards program
Body
application/json
user_id
string
requiredThe ID of the user to associate with the new member
Response
200 - application/json
id
string
requiredThe ID of the member
user
required
The user associated with the member
rewards_program
required
The member's rewards program
point_total
integer
requiredThe total number of points the member has earned in their lifetime
point_balance
integer
requiredThe number of points the member currently has