Skip to main content
PUT
Update a profile Benefit
Expire a BenefitBy updating the is_expired field to a date in the past, this will automatically update the is_expired field to true and is_redeemable field to false.This renders the benefit unusable, but still keeps the record of the benefit against the profile. This is generally a good alternate to deleting the benefit all together

Path Parameters

profile
string<uuid>
required

The profile ID

benefit
integer
required

The benefit ID

Body

application/json
external_id
string | null
meta
string[] | null
expires_at
string | null
redeem_code_pos
string | null
redeem_code_online
string | null
value
number | null

Response

Benefit

data
Benefit · object
required