Skip to main content

Paddle

Introduction

The Paddle source connector connects to the Paddle API and validates access using an API key.

Setup

  1. In Paddle, create or obtain an API key with access to your account.
  2. Decide which Paddle environment you want to connect to:
    • live for production data (https://api.paddle.com)
    • sandbox for test data (https://sandbox-api.paddle.com)

Authentication

This connector authenticates using a Paddle API key sent as a Bearer token.

You will provide:

  • API key: A Paddle API key.

During connection testing, the connector validates credentials by calling the Paddle API.

Configuration

FieldTypeRequiredDescription
environmentstringYesPaddle environment to connect to. Must be live or sandbox.
api_keystringYesPaddle API key used for Bearer authentication.

Streams

This connector is currently in development and does not yet extract any streams.