Rollbar source
Introduction
The Rollbar source connector lets you connect to the Rollbar API using an access token.
Setup
Prerequisites
- A Rollbar account
- A Rollbar access token with permission to read your Rollbar data (for example, access to list projects)
Create an access token in Rollbar
- In Rollbar, create or locate an access token that can access the Rollbar API.
- Copy the token value—you’ll provide it when configuring the connector.
Authentication
This connector authenticates to Rollbar using an access token sent in the X-Rollbar-Access-Token request header.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
access_token | string | ✅ | Rollbar access token used to authenticate API requests. |
Connectivity check
When you test the connection, the connector validates credentials by calling the Rollbar API endpoint:
GET https://api.rollbar.com/api/1/projects
If the request fails (for example, due to an invalid token), the connector returns an authentication error.
Streams
This connector is currently under development:
- Catalog discovery currently returns an empty catalog.
- Extraction is not yet implemented.
As a result, no streams are available yet.