Brex integration (Finance). Imported from open-connector.
https://api.brex.com/v2/users/me
/v2/company
/v2/users
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | The Brex cursor returned from a previous list response. |
| limit | integer | optional | Maximum number of records to return. |
| string | optional | Filter users by a single email address. | |
| remoteDisplayId | string | optional | Filter users by one remote display ID. |
| expand | array | optional | Brex expandable fields to include in the response. |
/v2/accounts/card
/v2/transactions/card/primary
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | The Brex cursor returned from a previous list response. |
| limit | integer | optional | Maximum number of records to return. |
| userIds | array | optional | Brex user IDs to filter transactions by. |
| postedAtStart | string | optional | Return transactions posted on or after this RFC 3339 timestamp. |
| expand | array | optional | Brex expandable fields to include in the response. |
/v1/expenses
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | The Brex cursor returned from a previous list response. |
| limit | integer | optional | Maximum number of expenses to return. |
| expand | array | optional | Brex expandable fields to include in the response. |
| userIds | array | optional | Brex user IDs to filter expenses by. |
| parentExpenseIds | array | optional | Parent expense IDs to filter itemized expenses by. |
| budgetIds | array | optional | Brex budget IDs to filter expenses by. |
| spendingEntityIds | array | optional | Brex spending entity IDs to filter expenses by. |
| expenseType | array | optional | Brex expense types to filter by. |
| status | array | optional | Brex expense statuses to filter by. |
| paymentStatus | array | optional | Brex expense payment statuses to filter by. |
| purchasedAtStart | string | optional | Return expenses purchased on or after this RFC 3339 timestamp. |
| purchasedAtEnd | string | optional | Return expenses purchased on or before this RFC 3339 timestamp. |
| updatedAtStart | string | optional | Return expenses updated on or after this RFC 3339 timestamp. |
| updatedAtEnd | string | optional | Return expenses updated on or before this RFC 3339 timestamp. |
| paymentPostedAtStart | string | optional | Return expenses with payment posted on or after this RFC 3339 timestamp. |
| paymentPostedAtEnd | string | optional | Return expenses with payment posted on or before this RFC 3339 timestamp. |
| loadCustomFields | boolean | optional | Whether Brex should load custom fields for expenses. |
/v1/expenses/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Brex resource identifier. |
| expand | array | optional | Brex expandable fields to include in the response. |
| loadCustomFields | boolean | optional | Whether Brex should load custom fields for the expense. |
/v2/budgets
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | The Brex cursor returned from a previous list response. |
| limit | integer | optional | Maximum number of records to return. |
/v2/budgets/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Brex resource identifier. |