Paddle
Website: https://www.paddle.com/ API Reference: https://developer.paddle.com/api-reference/overview
Configuration
| Input | Type | Description | Default Value | 
|---|---|---|---|
api_key | string | API Key. Your Paddle API key. You can generate it by navigating to Paddle > Developer tools > Authentication > Generate API key. Treat this key like a password and keep it secure. | |
environment | string | Environment. The environment for the Paddle API, either 'sandbox' or 'live'. | api | 
start_date | string | Start date. | 
Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental | 
|---|---|---|---|---|
| customers | id | DefaultPaginator | ✅ | ✅ | 
| customer_addresses | id | DefaultPaginator | ✅ | ✅ | 
| discounts | id | DefaultPaginator | ✅ | ✅ | 
| prices | id | DefaultPaginator | ✅ | ✅ | 
| products | id | DefaultPaginator | ✅ | ✅ | 
| businesses | id | DefaultPaginator | ✅ | ✅ | 
| events | event_id | DefaultPaginator | ✅ | ✅ | 
| event_types | uuid | DefaultPaginator | ✅ | ❌ | 
| reports | id | DefaultPaginator | ✅ | ✅ | 
| ip_addresses | uuid | DefaultPaginator | ✅ | ❌ | 
| subscriptions | id | DefaultPaginator | ✅ | ✅ | 
| transactions | id | DefaultPaginator | ✅ | ✅ | 
Reference
Config fields reference
Field
Type
Property name
string
api_key
string
environment
string
start_date