Skip to main content

API Overview

This workshop will give you a step-by-step walk through of how to leverage Mesh's APIs in order to get started with the authentication of an account and making your first successful call.

In our developer docs you will see every endpoint we offer in our Mesh Platform. For the purposes of this workshop, we will touch on a few of the API endpoints. This is a brief overview and the full offering can found HERE. It's important to note that there are two important authentication requirements to consider:

  • Client_ID and API Key: Required for all API calls.
  • Auth token: required (with API creds) for any API calls that require performing an operation ( read | trade | transfer ) to a Brokerage or Exchange.

Check out our APIs!

The Mesh Connect "Quickstart Guide with Link SDKs" offers an introductory tutorial for integrating brokerage and exchange accounts into applications using Mesh SDKs. It guides through creating link tokens for user authentication, handling authentication flows, and securely managing tokens for server requests. Aimed at developers, it provides API call examples and setup instructions for various platforms, including Web, iOS, Android, and React Native, facilitating seamless integration of financial accounts into client applications.

API docs