Skip to main content
GET
Get customer memberships

Authorizations

X-App-Id
string
header
required
X-App-Token
string
header
required

Path Parameters

customerId
string
required

Unique identifier of the customer or member, interpreted according to identification_type: a Voucherify customer ID (cust_...), a customer source_id, or a loyalty member ID (lmbr_...).

Query Parameters

identification_type
enum<string>
default:customer_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.

Available options:
customer_id,
customer_source_id,
member_id

Response

Customer memberships across programs.

Cross-program memberships result for a customer.

customer
object
required

Resolved customer identity.

memberships
object[]
required

Memberships across all loyalty programs the customer belongs to. Empty when the customer has no memberships.

object
string
required

Object type marker. Always memberships_result.

Allowed value: "memberships_result"
Last modified on August 4, 2026