Raygun
Overview
The Raygun source connector lets you authenticate to the Raygun API using a Personal Access Token.
At this time, the connector is not yet available for data extraction. Authentication (credential validation) is implemented, but sync/extraction is still in development.
Setup
Prerequisites
- A Raygun account
- A Personal Access Token with access to the Raygun API
Create a Personal Access Token in Raygun
In Raygun, create a Personal Access Token (PAT) and copy it somewhere safe. You’ll use it to configure the connector.
Authentication
This connector authenticates using Bearer token authentication with your Raygun Personal Access Token.
During credential validation, the connector calls:
GET https://api.raygun.com/v3/applications?count=1
If the request succeeds, the credentials are considered valid.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
personal_access_token | string | ✅ | Your Raygun Personal Access Token used to authenticate API requests. |
Streams
No streams are currently available.
The connector’s catalog is currently empty and extraction will fail with a message indicating that Raygun extraction is still in development.