Skip to main content

Recharge

Overview

The Recharge source connector lets you connect to the Recharge API using an API access token.

At this time, the connector supports credential validation (login), but data extraction is still in development and no streams are available yet.

Setup

Prerequisites

  • A Recharge account
  • A Recharge API access token with permission to access the Recharge API

Create an API token in Recharge

In Recharge, create or obtain an API token (sometimes referred to as an access token). You will use this token to authenticate requests to the Recharge API.

Authentication

This connector authenticates using an API token sent as an HTTP header:

  • Header: X-Recharge-Access-Token: <api_token>

During connection testing/login, the connector validates the token by calling:

  • GET https://api.rechargeapps.com/stores

If the token is invalid or lacks required permissions, the login step will fail with a credential validation error.

Configuration

FieldTypeRequiredDescription
api_tokenstringYesRecharge API access token used to authenticate API requests via the X-Recharge-Access-Token header.

Streams

No streams are currently exposed.

The connector’s extraction functionality is still in development, so syncs will not run successfully yet.