API Reference

Introduction

Welcome to ThreadConnect! ThreadConnect provides a standardized data model that can translate and communicate requests to a suite of fintechs and core providers using a single connection point. The documentation describes our RESTful API endpoints including everything you need to send the request and handle responses.

To access the correct suite of products, you will need to register for your access token which you can do by following our Getting Started guide.

API Versioning with Header

To ensure backward compatibility and allow for future updates to the API, versioning is implemented using a version header. This header should be included in all API requests and should specify the version of the API that the client is expecting.

For example, to request version 2 of the API, the version header should be set to v2. If the version header is not included in the request, the latest version of the API will be used by default. When we specify an API version that is no longer supported, you will receive a 505 Version Not Supported error.

curl --header "X-Threadconnect-Api-Version: v2" https://api.threadconnect.com