Programs
Get program membership
Returns a single membership - the member's full loyalty profile within the program, combining the member, the program, and the member's loyalty cards enriched with tier progress. Use identification_type to choose how the customerId path value is interpreted.
Returns 404 when the program does not exist, or when the customer/member has no membership in the program.
get/v2/loyalties/programs/{programId}/memberships/{customerId}
Query parameters
identification_type'customer_id' | 'customer_source_id' | 'member_id'
Defines how the customerId path value is interpreted. customer_id - Voucherify customer ID (default). customer_source_id - customer's source_id. member_id - loyalty member ID.
Response
The membership in the program.