POST
/
rewards_programs
/
{id}
/
tiers

Authorizations

Authorization
string
headerrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The ID of the rewards program

Body

application/json
name
string
required

The name of the tier

minimum_points
integer
required

The minimum number of points to qualify for the tier

perks
string[]
required

Descriptions of all the perks associated with the tier

Response

200 - application/json
id
string
required

The ID of the tier

name
string
required

The tier's name

minimum_points
integer
required

The minimum number of points to reach this tier

perks
string[]
required

The perks associated with reaching this tier