Programs
Get 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>Returns a single member of the program together with all its loyalty cards. Each card includes the current balance, lifetime bucket counters, and next expiration/activation info.
Card code may be null shortly after member creation because card code generation is asynchronous.
Returns 404 when the program or member does not exist.
get/v2/loyalties/programs/{programId}/members/{memberId}
Path parameters
programIdstring required
Loyalty program ID (format lprg_[a-f0-9]+).
memberIdstring required
Program member ID (format lmbr_[a-f0-9]+).
Response
The member with its cards.