RevenueCat
RevenueCat is a powerful and reliable in-app purchase server that makes it easy to build, analyze, and grow your subscriber base whether you're just starting out or already have millions of customers.
Configuration
| Input | Type | Description | Default Value |
|---|---|---|---|
api_key | string | API Key. API key or access token | |
start_date | string | Start date. |
To get started;
- You can create a new secret API key in your project settings page > API keys. Select + New.
- Give it a name, select V2 as the version, and set the following permissions:
project_configuration:projects:readproject_configuration:apps:readcharts_metrics:overview:readcustomer_information:customers:readcustomer_information:subscriptions:readcustomer_information:purchases:readcustomer_information:invoices:readproject_configuration:entitlements:readproject_configuration:offerings:readproject_configuration:products:read
- Be sure to select Generate at the top right corner.
Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|---|---|---|---|---|
| projects | id | No pagination | ✅ | ✅ |
| apps | id | No pagination | ✅ | ✅ |
| metrics_overview | id | No pagination | ✅ | ❌ |
| customers | id | No pagination | ✅ | ✅ |
| customers_subscriptions | id | No pagination | ✅ | ✅ |
| customers_purchases | id | No pagination | ✅ | ✅ |
| customers_active_entitlements | entitlement_id | No pagination | ✅ | ✅ |
| customers_aliases | id | No pagination | ✅ | ✅ |
| customers_invoices | id | No pagination | ✅ | ✅ |
| entitlements | id | No pagination | ✅ | ✅ |
| entitlements_products | id.entitlement_id | No pagination | ✅ | ✅ |
| offerings | id | No pagination | ✅ | ✅ |
| offerings_packages | id | No pagination | ✅ | ✅ |
| offerings_packages_products | id.package_id | No pagination | ✅ | ✅ |
| products | id | No pagination | ✅ | ✅ |
IP allow list
If you use Airbyte Cloud and your organization restricts access to specific IPs, add the Airbyte Cloud IP addresses to your allow list.
Reference
Config fields reference
Field
Type
Property name
string
api_key
string
start_date
Changelog
Expand to review
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.1.37 | 2026-06-09 | 79492 | Update dependencies |
| 0.1.36 | 2026-06-02 | 78979 | Update dependencies |
| 0.1.35 | 2026-04-28 | 77410 | Update dependencies |
| 0.1.34 | 2026-04-21 | 76744 | Update dependencies |
| 0.1.33 | 2026-03-31 | 75827 | Update dependencies |
| 0.1.32 | 2026-03-24 | 75351 | Update dependencies |
| 0.1.31 | 2026-03-10 | 74699 | Update dependencies |
| 0.1.30 | 2026-02-24 | 73745 | Update dependencies |
| 0.1.29 | 2026-02-17 | 73178 | Update dependencies |
| 0.1.28 | 2026-01-20 | 72038 | Update dependencies |
| 0.1.27 | 2026-01-14 | 71453 | Update dependencies |
| 0.1.26 | 2025-12-18 | 70606 | Update dependencies |
| 0.1.25 | 2025-11-25 | 70038 | Update dependencies |
| 0.1.24 | 2025-11-18 | 69602 | Update dependencies |
| 0.1.23 | 2025-10-29 | 68863 | Update dependencies |
| 0.1.22 | 2025-10-21 | 68339 | Update dependencies |
| 0.1.21 | 2025-10-14 | 67895 | Update dependencies |
| 0.1.20 | 2025-10-07 | 67536 | Update dependencies |
| 0.1.19 | 2025-09-30 | 66440 | Update dependencies |
| 0.1.18 | 2025-09-09 | 65665 | Update dependencies |
| 0.1.17 | 2025-08-24 | 65424 | Update dependencies |
| 0.1.16 | 2025-08-16 | 65028 | Update dependencies |
| 0.1.15 | 2025-08-02 | 64427 | Update dependencies |
| 0.1.14 | 2025-07-26 | 64007 | Update dependencies |
| 0.1.13 | 2025-07-19 | 63631 | Update dependencies |
| 0.1.12 | 2025-07-05 | 62718 | Update dependencies |
| 0.1.11 | 2025-06-28 | 62229 | Update dependencies |
| 0.1.10 | 2025-06-21 | 61796 | Update dependencies |
| 0.1.9 | 2025-05-25 | 60465 | Update dependencies |
| 0.1.8 | 2025-05-10 | 60077 | Update dependencies |
| 0.1.7 | 2025-05-04 | 59029 | Update dependencies |
| 0.1.6 | 2025-04-19 | 58421 | Update dependencies |
| 0.1.5 | 2025-04-12 | 57966 | Update dependencies |
| 0.1.4 | 2025-04-05 | 57293 | Update dependencies |
| 0.1.3 | 2025-03-29 | 56757 | Update dependencies |
| 0.1.2 | 2025-03-22 | 56229 | Update dependencies |
| 0.1.1 | 2025-03-08 | 55546 | Update dependencies |
| 0.1.0 | 2025-03-07 | 55247 | Add cursor pagination, add schemas |
| 0.0.5 | 2025-03-01 | 55042 | Update dependencies |
| 0.0.4 | 2025-02-23 | 54621 | Update dependencies |
| 0.0.3 | 2025-02-15 | 49343 | Update dependencies |
| 0.0.2 | 2024-12-11 | 47735 | Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64 |
| 0.0.1 | 2024-09-23 | Initial release by @topefolorunso via Connector Builder |