Set up credentials
Open API Keys settings
Sign in to Klaviyo, click your organization name in the lower left, go to
Settings, then open the API Keys tab.
You must have an Owner, Admin, or Manager role to create API keys.
Create a private API key
Under Private API Keys, click Create Private API Key and give the
key a name.
Choose a scope
Select a scope type: Read-Only, Full Access, or Custom. For
analysis, read access to the resources you need is enough. Scopes cannot be
changed after creation.
Connect to Adapt
Add your credentials
Enter the values you gathered above, then click Add connection:
You can rename the connection and choose whether it is shared with your
organization or kept personal to you.
| Secret Name | Value |
|---|---|
KLAVIYO_API_KEY | Your Klaviyo private API key |
Security
- Credentials are encrypted at rest with AES-256
- Scope the private key to the minimum access you need, such as read-only
- Use a different private API key for each application, and rotate keys periodically
- Never share your private API key or commit it to source control