Introduction

1000

Bridge is a RESTful API interface providing access to the end user's financial data.

It uses standards such as HTTP verbs, RESTful routing and JSON for payloads.

Upon creating an account on https://bridgeapi.io, you will be provided with a sandbox application, which allows you to start building up your application right away in a safe test environment.

Get started in a few steps:
1. Create an account on https://bridgeapi.io and safely store the client_secret
2. Get familiar with the resources exposed by the API by reading Exposed resources
3. Understand how to query the API and how to understand the responses with Making requests
4. Create your first User and synchronize a bank account