post https://a.klaviyo.com/client/subscriptions
Rate limits:
Burst: 100/s
Steady: 700/m
Scopes:
subscriptions:write
Response
202Success
Rate limits:
Burst: 100/s
Steady: 700/m
Scopes:
subscriptions:write
202Success
xxxxxxxxxx
25curl --request POST \
--url https://a.klaviyo.com/client/subscriptions \
--header 'content-type: application/vnd.api+json' \
--header 'revision: 2024-10-15' \
--data '
{
"data": {
"type": "subscription",
"attributes": {
"profile": {
"data": {
"type": "profile"
}
}
},
"relationships": {
"list": {
"data": {
"type": "list"
}
}
}
}
}
'