get https://a.klaviyo.com/api/segments//
Get a segment with the given segment ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
Segments Read
Responses
Get a segment with the given segment ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
Segments Read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/segments/id/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'revision: 2023-01-24'
xxxxxxxxxx
14{
"data": {
"type": "segment",
"id": "string",
"attributes": {
"name": "Repeat Purchasers",
"created": "2022-11-08T00:00:00",
"updated": "2022-11-08T00:00:00"
},
"links": {
"self": "string"
}
}
}