Connect Your Klaviyo Account

Securely connect via OAuth 2.0 to analyze your account for cost savings.

What we'll access:

  • Account information (read-only)
  • Profiles and subscription data (read-only)
  • Lists and segments (read-only)
  • Flows and campaigns (read-only)
  • Metrics and events (read-only)

We never modify your data. All access is read-only.

How to Set Up

1
Create a Klaviyo OAuth App

Go to your Klaviyo account settings and create a new OAuth application.

2
Set Redirect URI

Add http://localhost:8000/auth/callback as the redirect URI.

3
Configure Scopes

Enable read access for accounts, profiles, lists, segments, flows, campaigns, and metrics.

4
Add Credentials

Copy the Client ID and Client Secret into your .env file.