Programs
Activate a program member
<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>Moves the member to ACTIVE status and records a vl.member.activated activity. No request body. Returns 404 when the program or member does not exist. Returns 400 (invalid_state_transition) when the member cannot be activated from its current state.
post/v2/loyalties/programs/{programId}/members/{memberId}/activate
Path parameters
programIdstring required
Loyalty program ID (format lprg_[a-f0-9]+).
memberIdstring required
Program member ID (format lmbr_[a-f0-9]+).
Response
The activated member (without cards).