APIs & Integrations
Brex
Overview
Pre-built tooling
Pre-built use-cases
No pre-built use cases yet (time to contribute: <48h)
Not seeing the use case you need? Build your own independently.
Access requirements
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | ❓ | |
Paid test account | ❓ | |
Partnership | ❓ | |
App review | ❓ | |
Security audit | ❓ |
Setup guide
No setup guide yet.
Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Useful links
Brex offers both Basic auth API key
and OAuth as authentication and Nango implements both. To register an OAuth app, you wil need to register as a brex developer partner. If you are a Brex client–i.e., you have your own Brex account, you can use Basic auth API key
.
- Register as Partner
- Brex API docs
- Brex Developers Slack Community (official)
- List of OAuth scopes
- Web API docs (their REST API)
- Generate an API key
- Basic Auth-related docs
Contribute useful links by editing this page
API gotchas
- Include the scope
offline_access
to get a refresh token (access tokens expire after 1h). - Refresh tokens expire after 90 days of non use. Make sure you regularly make an API request as long as you need the connection.
- Brex offers a staging system to test your apps, you will get access when you register as a partner. Staging details are here
Contribute API gotchas by editing this page
Going further
Connect to Brex (api key)
Guide to connect to Brex (api key) using Connect UI
Was this page helpful?