post https://a.klaviyo.com/client/subscriptions/
Rate limits:
Burst: 100/s
Steady: 700/m
Scopes:
subscriptions:write
Response
202Rate limits:
Burst: 100/s
Steady: 700/m
Scopes:
subscriptions:write
202xxxxxxxxxx
17curl --request POST \
--url 'https://a.klaviyo.com/client/subscriptions/?company_id=PUBLIC_API_KEY' \
--header 'content-type: application/json' \
--header 'revision: 2023-06-15' \
--data '
{
"data": {
"type": "subscription",
"attributes": {
"list_id": "Y6nRLr",
"custom_source": "Homepage footer signup form",
"email": "matt.kemp@klaviyo-demo.com",
"phone_number": "+15005550006",
"properties": {
"newKey": "New Value"
}
}
}
}
'