This guide shows you how to register your own app with Brex to obtain your OAuth credentials (client ID and client secret). These are required to let your users grant your app access to their Brex account.Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
This guide is for Brex developer partners only. If you are a Brex client (i.e., you have your own Brex account), you can use the API Key authentication instead.
Register as a Brex Partner
Go to Brex Partners and register as a Brex developer partner. This is required to access OAuth functionality.
Get your credentials
Contact the Brex developer support team to be issued a Client ID and Client Secret for partner authentication. The scopes for your client and the Nango callback URL (
https://api.nango.dev/oauth/callback) will be provided to you.Once your application is set up, you’ll receive your Client ID and Client Secret. You’ll need these when configuring the integration in Nango.Next
Follow the Quickstart to connect your first account.