Skip to main content
POST
Extend Reward
Extending a reward modifies the expiry date according to the specified parameters in the payload. The Extend Reward endpoint allows developers to specify either an extend_days or extend_date Provide an array of ID’s and search the specified profile_id for eligible rewards. Each eligible reward will be extended according to either the extend_days or extend_date
Eligible Rewards for extensionRewards can only be extended once This means the extended_at field must be null to be eligible for an extension

Body

application/json
profile_id
string
required
ids
integer[]
required
Minimum array length: 1
extend_days
integer | null
extend_date
string<date-time> | null

Response

Array of Reward

data
Reward · object[]
required