1
0
mirror of synced 2025-12-25 02:09:19 -05:00
Files
airbyte/docs/integrations/sources/paddle.md

1.9 KiB

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

Changelog

Expand to review
Version Date Pull Request Subject
0.0.2 2025-04-05 57338 Update dependencies
0.0.1 2025-04-04 57003 Initial release by @btkcodedev via Connector Builder