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