get https://a.klaviyo.com/api/lists//relationships/profiles/
Get profile membership relationships for a list with the given list ID.
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
lists:read
profiles:read
Responses
Get profile membership relationships for a list with the given list ID.
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
lists:read
profiles:read
xxxxxxxxxx
curl --request GET \
--url 'https://a.klaviyo.com/api/lists/id/relationships/profiles/?page[size]=20' \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'revision: 2024-02-15'
xxxxxxxxxx
{
"data": [
{
"type": "profile",
"id": "string"
}
]
}