Brex
API configurations: brex
, brex-staging
, brex-api-key
Features
🚫 (time to contribute: <48h)
We can implement missing features in <48h, just ask for it in the community.
Getting started
Brex offers both Basic auth API key
and OAuth as authentication, and Terapi implements both. To register an OAuth app, you will 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
.
Do you need help? Please check this link.
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. Ensure 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.
Last updated