Maxio Chargify
Introduction
The Maxio Chargify source connector connects to the Maxio Chargify (Chargify) API using your site subdomain and an API key.
Status
This connector is currently in development. Credential validation is supported, but data extraction is not yet available.
Setup
Prerequisites
- Your Chargify site subdomain (the
{subdomain}inhttps://{subdomain}.chargify.com) - A Chargify API key with permission to read the resources you intend to sync
Create an API key in Chargify
In Chargify, generate or copy an API key for your account (often found under API settings). Keep it secure; it provides access to your Chargify data.
Authentication
This connector uses HTTP Basic Authentication:
- Username: your Chargify API key
- Password: any value (the connector uses a placeholder)
During connection testing, the connector validates credentials by calling:
GET https://{subdomain}.chargify.com/subscriptions.json?per_page=1
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
subdomain | string | Yes | Your Chargify site subdomain (DNS label). Example: acme-billing for https://acme-billing.chargify.com. Must be lowercase letters, numbers, and hyphens only; cannot start or end with a hyphen; max length 63. |
api_key | string | Yes | Your Chargify API key used for Basic Auth. |
Streams
No streams are currently available because extraction is still in development.