Klaviyo API for get all Events

This API used to get all events in a Klaviyo account

Method: get

Endpoint: https://a.klaviyo.com/api/events/

curl --request GET 
   --url https://a.klaviyo.com/api/events/ 
   --header 'Authorization: Klaviyo-API-Key your-private-api-key' 
   --header 'accept: application/json' 
   --header 'revision: 2024-06-15'

Note: Returns a maximum of 200 events per page.

Leave a comment

Your email address will not be published. Required fields are marked *