1
0
mirror of synced 2025-12-26 14:02:10 -05:00
Files
airbyte/docs/integrations/sources/brex.md

1.7 KiB

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 > 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

Expand to review
Version Date Pull Request Subject
0.0.4 2024-12-14 49573 Update dependencies
0.0.3 2024-12-12 49006 Update dependencies
0.0.2 2024-12-11 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 via Connector Builder