Logo
Brex Developer API Documentation

Brex Accounting API

Number of APIs: 3


Specifications for a Brex Accounting API to be used for pull-based integrations with accounting partners.


1. accounts-{account Id} - Get transactions for an account

GET {{baseUrl}}/accounts/:accountId/transactions?limit=100



2. accounts-{account Id} - Get statements for an account

GET {{baseUrl}}/accounts/:accountId/statements



3. accounts - Get information for an account

GET {{baseUrl}}/accounts



ENDPOINTS