69be73b5cff0

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

Get customer memberships

<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>

Returns all loyalty memberships for a customer across programs, including the resolved customer identity and each membership's member, program, and cards. Use identification_type to choose how the customerId path value is interpreted.

Returns an empty memberships array when the customer exists but has no memberships. Returns 404 when the customer or member cannot be resolved.

get/v2/loyalties/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

Customer memberships across programs.

object'memberships_result' required

Object type marker. Always memberships_result.