69be73b5cff0

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

Update program reward assignment

<Info>

<Badge color="gray">Documentation in progress</Badge>

This documentation is in progress. The parameters, fields, request and response bodies, and other data may be subject to change. If you need more information or you want to share feedback, contact Voucherify support or your Technical Account Manager.

</Info>

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.