Klaviyo API for fetching all profiles

This API fetches all profiles from the Klaviyo Account.

Method: Get

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

Profiles can be sorted by the following fields in ascending and descending order: id, created, updated, email, subscriptions.email.marketing.suppression.timestamp, subscriptions.email.marketing.list_suppressions.timestamp

curl --request GET 
   --url 'https://a.klaviyo.com/api/profiles/?page[size]=20' 
   --header 'Authorization: Klaviyo-API-Key your-private-api-key' 
   --header 'accept: application/json' 
   --header 'revision: 2024-06-15'

Leave a comment

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