Update a profile Benefit

A PUT to the /profiles/{profileId}/benefits/{benefitId} endpoint allows your application to update a specific Benefit record.

📘

Expire a Benefit

By 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

Language
Authorization
Header
URL