get https://a.klaviyo.com/api/v1/campaigns
Returns a list of all the campaigns you've created. The campaigns are returned in reverse sorted order by the time they were created.
Response
Returns a list of all the campaigns you've created. The campaigns are returned in reverse sorted order by the time they were created.
xxxxxxxxxx
curl --request GET \
--url 'https://a.klaviyo.com/api/v1/campaigns?page=0&count=50&api_key=PRIVATE_API_KEY' \
--header 'accept: application/json'