get https://a.klaviyo.com/api/profiles//lists/
Get list memberships for a profile with the given profile ID.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
list:read
profiles:read
Responses
Get list memberships for a profile with the given profile ID.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
list:read
profiles:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/profiles/id/lists/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'revision: 2023-07-15'