API credentials

After creating a sandbox application on the dashboard, you get a set of API credentials (client_id and client_secret). They are the application's credentials and will be used in every API request to authenticate your app.

The client_secret, as its name suggests, should be stored securely in order to make sure that only your servers make calls and trigger action on your app.

Sandbox applications are designed for testing purpose only and are limited to 20 users.

When ready to go in production, please contact us so we can provide production ready credentials.

❗️

Please do not use your sandbox credentials in your production environment!

curl "https://api.bridgeapi.io/v2/banks" \
    -X GET \
    -H 'Bridge-Version: 2021-06-01' \
    -H 'Client-Id: MY_CLIENT_ID' \
    -H 'Client-Secret: MY_CLIENT_SECRET'