Skip to main content

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

  1. Ensure you have an Appfigures account with API access.
  2. 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

FieldTypeRequiredDescription
client_keystringYesYour Appfigures client key (used as the Basic Auth username).
user_tokenstringYesYour 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.