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