Skip to main content

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

  1. Sign in to your Security Journey account.
  2. Generate or obtain an API key that can access the Public Reporting API.
  3. 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

FieldTypeRequiredDescription
api_keystringYesSecurity 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.