Tiers
Create a tier
POST
/
rewards_programs
/
{id}
/
tiers
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
name
string
requiredThe name of the tier
minimum_points
integer
requiredThe minimum number of points to qualify for the tier
perks
string[]
requiredDescriptions of all the perks associated with the tier
Response
200 - application/json
id
string
requiredThe ID of the tier
name
string
requiredThe tier's name
minimum_points
integer
requiredThe minimum number of points to reach this tier
perks
string[]
requiredThe perks associated with reaching this tier