Skip to main content

RevenueCat (Source)

Overview

The RevenueCat source connector is currently under development.

At this time, the connector supports credential validation (testing that your API key can successfully authenticate with RevenueCat), but it does not yet support extraction/syncs and does not expose any streams.

Setup

Prerequisites

  • A RevenueCat account
  • A RevenueCat API key with access to your projects

Authentication

This connector authenticates using a RevenueCat API key sent as a Bearer token to the RevenueCat API.

Get your RevenueCat API key

In RevenueCat, generate or copy an API key that can access your projects.

Configuration

FieldTypeRequiredDescription
api_keystringYour RevenueCat API key used to authenticate requests to the RevenueCat API.

Streams

No streams are currently available. The connector’s catalog is empty while extraction is still in development.

Limitations

  • Sync/extraction is not yet implemented. Attempts to run an extraction will fail with an “in development” error.
  • Only a basic credential check is currently supported (a request to the RevenueCat Projects endpoint).