post https://a.klaviyo.com/api/segment-series-reports
Returns the requested segment analytics series data.
Rate limits:
Burst: 1/s
Steady: 2/m
Daily: 225/d
Scopes:
segments:read
Responses
Returns the requested segment analytics series data.
Rate limits:
Burst: 1/s
Steady: 2/m
Daily: 225/d
Scopes:
segments:read
xxxxxxxxxx
19curl --request POST \
--url https://a.klaviyo.com/api/segment-series-reports \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/vnd.api+json' \
--header 'revision: 2025-01-15' \
--data '
{
"data": {
"type": "segment-series-report",
"attributes": {
"timeframe": {
"key": "last_12_months"
},
"interval": "daily"
}
}
}
'
xxxxxxxxxx
}
{
"data": {
"type": "segment-series-report",
"attributes": {
"results": [
{
"groupings": {
"segment_id": "abc123"
},
"statistics": {
"total_members": [
120,
185,
240
],
"net_members_changed": [
40,
62,
88
]
}
},