Skip to main content

Recurly source

Overview

The Recurly source connector lets you connect to the Recurly API (v3) using an API key.

Setup

Prerequisites

  • A Recurly account with access to create or view API keys.
  • Network access to https://v3.recurly.com.

Create an API key in Recurly

  1. In Recurly, generate an API key (typically from Integrations or API Credentials, depending on your Recurly UI).
  2. Copy the API key value. You’ll provide it to the connector as api_key.

Authentication

This connector authenticates to Recurly using HTTP Basic Auth:

  • Username: your Recurly API key
  • Password: empty

The connector validates credentials by calling the Recurly API with:

  • Base URL: https://v3.recurly.com
  • Endpoint used for validation: GET /accounts?limit=1
  • Header: Accept: application/vnd.recurly.v2021-02-25

Configuration

FieldTypeRequiredDescription
api_keystringYour Recurly API key used for Basic Auth.

Streams

This connector is currently in development.

  • Catalog discovery currently returns an empty catalog.
  • Extraction is not yet implemented.

As streams are added, this section will be updated with the available resources and any incremental/sync behavior.