Pre-Configured APIs
Klaviyo
API configuration: klaviyo
, klaviyo-oauth
Features
Features | Status |
---|---|
Auth (API Key) | ✅ |
Sync data | ✅ |
Perform workflows | ✅ |
Proxy requests | ✅ |
Receive webhooks | ✅ |
We can implement missing features in <48h, just ask for it in the community.
Getting started
- How to generate private & public API keys in your Klaviyo account
- API docs
- API Key rate limiting
- API Key auth related docs
- API Key scopes
- How to generate an OAuth application
- OAuth related docs
- List of OAuth scopes
Need help getting started? Get help in the community.
API gotchas
- For
API_KEY
auth mode,Klaviyo
uses Public and Private API Keys to access different endpoints. Endpoints that begin with/api
need to be authenticated with the private API key, while endpoints that begin with/client
need to be authenticated using the public API key. - If you want to use a different API version than the default one set in Nango you can override the
revision
by adding in the necessary header. For more details check Klaviyo API versioning - Rate limiting in
klaviyo-oauth
is different from the standard API rate limiting. For more details check klaviyo-oauth rate limits
Add Getting Started links and Gotchas by editing this page