v18

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01934981.1 MB
Programs

Update program reward assignment

<Warning>

<Badge color="yellow">BETA endpoint</Badge>

This is a work-in-progress documentation of a BETA endpoint. The parameters, fields, request and response bodies, and other data may subject to change. If you want to share feedback or improvements, contact Voucherify support or your Technical Account Manager.

</Warning>

Updates the stock configuration of a reward assigned to a program. Returns the updated reward assignment.

put/v2/loyalties/programs/{programId}/rewards/{rewardId}

Path parameters

programIdstring required

Unique program identifier.

rewardIdstring required

Unique reward identifier.

Request body

Response

The updated reward assignment.

reward_idstring

Unique reward identifier.

redeemednumber

Number of times the reward has been redeemed within the program. Defaults to 0.

created_atstring date-time

Assignment creation timestamp (ISO 8601).

updated_atstring date-time nullable

Last update timestamp (ISO 8601), or null when never updated.

object'program_reward'

Object type marker.