1
0
mirror of synced 2025-12-26 14:02:10 -05:00
Files
airbyte/docs/integrations/sources/concord.md

2.2 KiB

Concord

This is the setup for the Concord source which ingests data from the concord API.

Concord turns contract data into financial insights. Sign, store and search unlimited contracts https://www.concord.app/

In order to use this source, you must first create a concord account and log in. Then navigate to Automations -> Integrations -> Concord API -> Generate New Key to obtain your API key.

The API is accessible from two environments, sandbox and production. You can learn more about the API here https://api.doc.concordnow.com/

Configuration

Input Type Description Default Value
api_key string API Key.
environment string enviornment. The environment from where you want to access the API https://api.doc.concordnow.com/#section/Environments.

Streams

Stream Name Primary Key Pagination Supports Full Sync Supports Incremental
agreements uid DefaultPaginator
user_organizations id No pagination
organization id No pagination
folders id No pagination
reports id DefaultPaginator
tags id No pagination

Changelog

Expand to review
Version Date Pull Request Subject
0.0.5 2024-12-14 49475 Update dependencies
0.0.4 2024-12-12 49160 Update dependencies
0.0.3 2024-12-11 48913 Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64
0.0.2 2024-11-04 48215 Update dependencies
0.0.1 2024-10-16 Initial release by @aazam-gh via Connector Builder