Supported APIs
Brex
API configurations: brex
, brex-staging
Features
Feature | Status |
---|---|
Auth (OAuth) | ✅ |
Syncs & Actions | ✅ |
Nango Proxy | ✅ |
Auto-pagination | 🚫 (time to contribute: <1h) |
API-specific rate limits | 🚫 (time to contribute: <1h) |
We can implement missing features in <48h, just ask for it in the community.
Getting started
- Register as Partner
- Brex API docs
- Brex Developers Slack Community (official)
- List of OAuth scopes
- Web API docs (their REST API)
Need help getting started? Get help in the community.
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
Add Getting Started links and Gotchas by editing this page