1
0
mirror of synced 2025-12-20 18:39:31 -05:00
Files
airbyte/docs/integrations/sources/brex.md
octavia-bot-hoard[bot] 188eb10f99 🐙 source-brex: run up-to-date pipeline [2025-11-25] (#69989)
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-11-24 22:22:45 -08:00

62 lines
4.5 KiB
Markdown

# Brex
Fetches data on users, expenses, transactions, vendors, and budgets from Brex API.
## Configuration
| Input | Type | Description | Default Value |
|-------|------|-------------|---------------|
| `user_token` | `string` | User Token. User token to authenticate API requests. Generate it from your Brex dashboard under Developer &gt; Settings. | |
| `start_date` | `string` | Start date. | |
## Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|-------------|-------------|------------|---------------------|----------------------|
| transactions | id | DefaultPaginator | ✅ | ✅ |
| users | id | DefaultPaginator | ✅ | ❌ |
| departments | id | DefaultPaginator | ✅ | ❌ |
| vendors | id | DefaultPaginator | ✅ | ❌ |
| expenses | id | DefaultPaginator | ✅ | ✅ |
| budgets | budget_id | DefaultPaginator | ✅ | ❌ |
## Changelog
<details>
<summary>Expand to review</summary>
| Version | Date | Pull Request | Subject |
|------------------|-------------------|--------------|----------------|
| 0.0.32 | 2025-11-25 | [69989](https://github.com/airbytehq/airbyte/pull/69989) | Update dependencies |
| 0.0.31 | 2025-11-18 | [69466](https://github.com/airbytehq/airbyte/pull/69466) | Update dependencies |
| 0.0.30 | 2025-10-29 | [68729](https://github.com/airbytehq/airbyte/pull/68729) | Update dependencies |
| 0.0.29 | 2025-10-21 | [68228](https://github.com/airbytehq/airbyte/pull/68228) | Update dependencies |
| 0.0.28 | 2025-10-14 | [67856](https://github.com/airbytehq/airbyte/pull/67856) | Update dependencies |
| 0.0.27 | 2025-10-07 | [67213](https://github.com/airbytehq/airbyte/pull/67213) | Update dependencies |
| 0.0.26 | 2025-09-30 | [65640](https://github.com/airbytehq/airbyte/pull/65640) | Update dependencies |
| 0.0.25 | 2025-08-09 | [64649](https://github.com/airbytehq/airbyte/pull/64649) | Update dependencies |
| 0.0.24 | 2025-07-12 | [63072](https://github.com/airbytehq/airbyte/pull/63072) | Update dependencies |
| 0.0.23 | 2025-07-05 | [60720](https://github.com/airbytehq/airbyte/pull/60720) | Update dependencies |
| 0.0.22 | 2025-05-10 | [59818](https://github.com/airbytehq/airbyte/pull/59818) | Update dependencies |
| 0.0.21 | 2025-05-03 | [59311](https://github.com/airbytehq/airbyte/pull/59311) | Update dependencies |
| 0.0.20 | 2025-04-26 | [58267](https://github.com/airbytehq/airbyte/pull/58267) | Update dependencies |
| 0.0.19 | 2025-04-12 | [57659](https://github.com/airbytehq/airbyte/pull/57659) | Update dependencies |
| 0.0.18 | 2025-04-05 | [57121](https://github.com/airbytehq/airbyte/pull/57121) | Update dependencies |
| 0.0.17 | 2025-03-29 | [56557](https://github.com/airbytehq/airbyte/pull/56557) | Update dependencies |
| 0.0.16 | 2025-03-22 | [56085](https://github.com/airbytehq/airbyte/pull/56085) | Update dependencies |
| 0.0.15 | 2025-03-08 | [55401](https://github.com/airbytehq/airbyte/pull/55401) | Update dependencies |
| 0.0.14 | 2025-03-01 | [54900](https://github.com/airbytehq/airbyte/pull/54900) | Update dependencies |
| 0.0.13 | 2025-02-22 | [54264](https://github.com/airbytehq/airbyte/pull/54264) | Update dependencies |
| 0.0.12 | 2025-02-15 | [53919](https://github.com/airbytehq/airbyte/pull/53919) | Update dependencies |
| 0.0.11 | 2025-02-08 | [53383](https://github.com/airbytehq/airbyte/pull/53383) | Update dependencies |
| 0.0.10 | 2025-02-01 | [52951](https://github.com/airbytehq/airbyte/pull/52951) | Update dependencies |
| 0.0.9 | 2025-01-25 | [52187](https://github.com/airbytehq/airbyte/pull/52187) | Update dependencies |
| 0.0.8 | 2025-01-18 | [51778](https://github.com/airbytehq/airbyte/pull/51778) | Update dependencies |
| 0.0.7 | 2025-01-11 | [51258](https://github.com/airbytehq/airbyte/pull/51258) | Update dependencies |
| 0.0.6 | 2024-12-28 | [50465](https://github.com/airbytehq/airbyte/pull/50465) | Update dependencies |
| 0.0.5 | 2024-12-21 | [50161](https://github.com/airbytehq/airbyte/pull/50161) | Update dependencies |
| 0.0.4 | 2024-12-14 | [49573](https://github.com/airbytehq/airbyte/pull/49573) | Update dependencies |
| 0.0.3 | 2024-12-12 | [49006](https://github.com/airbytehq/airbyte/pull/49006) | Update dependencies |
| 0.0.2 | 2024-12-11 | [48938](https://github.com/airbytehq/airbyte/pull/48938) | Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64 |
| 0.0.1 | 2024-10-30 | | Initial release by [@natikgadzhi](https://github.com/natikgadzhi) via Connector Builder |
</details>