The team API lets you manage users, departments, locations, and cards.
Team API (1.0)
Download OpenAPI description
Overview
Languages
Servers
Production
https://api.brex.com
Staging (Note: This is not a sandbox. It will not work with customer tokens.)
https://api-staging.brex.com
- Productionhttps://api.brex.com/v2/company
- Staging (Note: This is not a sandbox. It will not work with customer tokens.)https://api-staging.brex.com/v2/company
- curl
- JavaScript
- Node.js
- Python
- Ruby
- Java
curl -i -X GET \
https://api.brex.com/v2/company \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
application/json
{ "id": "string", "legal_name": "string", "mailing_address": { "line1": "string", "line2": "string", "city": "string", "state": "string", "country": "string", "postal_code": "string", "phone_number": "string" }, "accountType": "BREX_CLASSIC" }