Security Journey (Source)
Overview
The Security Journey source connector connects to the Security Journey API using an API key.
This connector is currently in development. Authentication can be validated, but data extraction and streams are not yet available.
Setup
- Sign in to your Security Journey account.
- Generate or obtain an API key that can access the Public Reporting API.
- Use that API key when configuring the connector.
Authentication
This connector authenticates using a Bearer token.
- Auth type: API key (Bearer token)
- How it’s used: Sent as an
Authorization: Bearer <api_key>header on API requests.
During credential validation, the connector calls:
GET https://my.securityjourney.com/api/v3/public-reporting/users
If the request fails, the connector reports a credential validation error.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Security Journey API key used as a Bearer token for API requests. |
Streams
No streams are currently exposed. The connector’s extraction logic is not yet implemented.