Skip to main content

Brex

The Brex source connector lets you connect to the Brex API using a user access token.

Setup

Prerequisites

  • A Brex account with API access
  • A Brex user token (personal access token) with permission to access the Brex API

Create a Brex user token

Generate a user token in Brex and copy it for use in the connector configuration.

Authentication

This connector authenticates with the Brex API using a Bearer token.

During setup, the connector validates credentials by calling:

  • GET https://api.brex.com/v2/users/me

If the token is invalid or lacks required permissions, validation will fail.

Configuration

FieldTypeRequiredDescription
user_tokenstringBrex user access token used as a Bearer token for API requests.

Streams

This connector is currently under development.

  • No streams are available yet.
  • Schema discovery currently returns an empty catalog.
  • Sync/extraction is not yet implemented.

Limitations

  • Extraction is not available yet (the connector will error if a sync is started).
  • No objects/streams are exposed at this time.