Appfigures
Introduction
The Appfigures source connector lets you connect to the Appfigures API using your Appfigures credentials.
This connector is currently in development:
- Connection/auth validation is supported.
- Schema discovery and data extraction are not yet available.
Setup
- Ensure you have an Appfigures account with API access.
- Collect the required credentials:
- Client key
- User token
Authentication
This connector authenticates to the Appfigures API using HTTP Basic Auth:
- Username:
client_key - Password:
user_token
During setup/login, the connector validates credentials by calling:
GET https://api.appfigures.com/v2/account
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
client_key | string | Yes | Your Appfigures client key (used as the Basic Auth username). |
user_token | string | Yes | Your Appfigures user token (used as the Basic Auth password). |
Streams
No streams are currently available. Catalog discovery returns an empty catalog, and extraction is not yet implemented.