get https://a.klaviyo.com/api/profiles//relationships/lists
Get list memberships for a profile with the given profile ID.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
lists:read
profiles:read
Responses
Get list memberships for a profile with the given profile ID.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
lists:read
profiles:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/profiles/id/relationships/lists \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2025-01-15'
xxxxxxxxxx
{
"data": [
{
"type": "list",
"id": "Y6nRLr"
}
]
}