Klaviyo API

Getting access, Developing, Testing

Back to Klaviyo

Get Profile Relationships Lists

Get list memberships for a profile with the given profile ID.

Rate limits:
Burst: 3/s
Steady: 60/m\n\nScopes:\nList Read\nProfiles Read

Input

type: object properties: parameters: type: object properties: id: type: string revision: type: string default: '2023-02-22' description: 'API endpoint revision (format: YYYY-MM-DD[.suffix])' required: - id - revision title: Parameters

Output

type: object required: - data properties: data: type: array items: type: object required: - type - id properties: type: type: string enum: - list id: type: string