HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //opt/agentcloud/airbyte/docs/integrations/sources/recurly.md
# Recurly

## Overview

The Recurly source supports _Full Refresh_ as well as _Incremental_ syncs. 

_Full Refresh_ sync means every time a sync is run, Airbyte will copy all rows in the tables and columns you set up for replication into the destination in a new table.
_Incremental_ syn means only changed resources are copied from Recurly. For the first run, it will be a Full Refresh sync.

### Output schema

Several output streams are available from this source:

* [Accounts](https://docs.recurly.com/docs/accounts)
* [Account Notes](https://docs.recurly.com/docs/accounts#account-notes)
* [Account Coupon Redemptions](https://docs.recurly.com/docs/coupons#redemptions)
* [Add Ons](https://docs.recurly.com/docs/plans#add-ons-1)
* [Billing Infos](https://docs.recurly.com/docs/accounts#billing-info)
* [Coupons](https://docs.recurly.com/docs/coupons)
* [Unique Coupons](https://docs.recurly.com/docs/bulk-unique-coupons)
* [Credit Payments](https://docs.recurly.com/docs/invoices)
* [Automated Exports](https://docs.recurly.com/docs/export-overview)
* [Invoices](https://docs.recurly.com/docs/invoices)
* [Measured Units](https://developers.recurly.com/api/v2021-02-25/index.html#tag/measured_unit)
* [Line Items](https://docs.recurly.com/docs/invoices#line-items)
* [Plans](https://docs.recurly.com/docs/plans)
* [Shipping Addresses](https://docs.recurly.com/docs/shipping-addresses)
* [Shipping Methods](https://docs.recurly.com/docs/shipping#shipping-methods)
* [Subscriptions](https://docs.recurly.com/docs/subscriptions)
* [Subscription Changes](https://docs.recurly.com/docs/change-subscription#subscription-changes)
* [Transactions](https://docs.recurly.com/docs/transactions)


If there are more endpoints you'd like Airbyte to support, please [create an issue.](https://github.com/airbytehq/airbyte/issues/new/choose)

### Features

| Feature | Supported? |
| :--- | :--- |
| Full Refresh Sync | Yes |
| Incremental Sync | Yes |
| Replicate Incremental Deletes | Coming soon |
| SSL connection | Yes |
| Namespaces | No |

### Performance considerations

The Recurly connector should not run into Recurly API limitations under normal usage. Please [create an issue](https://github.com/airbytehq/airbyte/issues) if you see any rate limit issues that are not automatically retried successfully.

## Getting started

### Requirements

* Recurly Account
* Recurly API Key

### Setup guide

Generate a API key using the [Recurly documentation](https://docs.recurly.com/docs/api-keys#section-find-or-generate-your-api-key)

We recommend creating a restricted, read-only key specifically for Airbyte access. This will allow you to control which resources Airbyte should be able to access.

## CHANGELOG

| Version | Date       | Pull Request                                             | Subject                                                                                  |
|:--------|:-----------| :--------------------------------------------------------| :--------------------------------------------------------------------------------------- |
| 1.0.1   | 2024-03-05 | [35828](https://github.com/airbytehq/airbyte/pull/35828) | Bump version to unarchive supportLevel in Cloud productionDB                             |
| 1.0.0   | 2024-03-01 | [35763](https://github.com/airbytehq/airbyte/pull/35763) | Re-introduce updated connector to catalog from archival repo                             |
| 0.5.0   | 2024-02-22 | [34622](https://github.com/airbytehq/airbyte/pull/34622) | Republish connector using base image/Poetry, update schemas                              |
| 0.4.1   | 2022-06-10 | [13685](https://github.com/airbytehq/airbyte/pull/13685) | Add state_checkpoint_interval to Recurly stream                                          |
| 0.4.0   | 2022-01-28 | [9866](https://github.com/airbytehq/airbyte/pull/9866)   | Revamp Recurly Schema and add more resources                                             |
| 0.3.2   | 2022-01-20 | [8617](https://github.com/airbytehq/airbyte/pull/8617)   | Update connector fields title/description                                                |
| 0.3.1   | 2022-01-10 | [9382](https://github.com/airbytehq/airbyte/pull/9382)   | Source Recurly: avoid loading all accounts when importing account coupon redemptions     |
| 0.3.0   | 2021-12-08 | [8468](https://github.com/airbytehq/airbyte/pull/8468)   | Support Incremental Sync Mode                                                            |