Introduction

The first thing you'll need are your API keys, which you can get from the Onbo dashboard. If you don't have a dashboard account, use the Contact Us form on our homepage to get started.

You'll have two different API keys, and there are two Onbo environments. Today we'll start in the Sandbox environment. View your API keys in the settings section of the dashboard.

API Key

client_id

A private identifier for your team

secret

Private key, used to encrypt API requests

Your Secret Key must be kept safe. Make sure it's not exposed in the javascript of your application, and take precaution to share it securely when needed.

Environments

sandbox

A testing environment with dummy accounts

production

Deploy your application to live borrowers

Last updated