Skip to main content

SafeBase

Introduction

The SafeBase source connector lets you connect to the SafeBase API using an API key.

At this time, the connector supports credential validation but does not yet support extraction (syncing data). Attempting to run a sync will fail with an “in development” error.

Setup

Prerequisites

  • A SafeBase account
  • A SafeBase API key with access to the SafeBase external REST API

Create an API key in SafeBase

In SafeBase, generate an API key and keep it available for the connector configuration.

Authentication

SafeBase authentication uses an API key sent as an HTTP header:

  • Header name: api-key
  • Header value: your SafeBase API key

During credential validation, the connector makes a request to:

  • GET https://app.safebase.io/api/ext/v1/rest/requests

Configuration

FieldTypeRequiredDescription
api_keystringSafeBase API key used to authenticate to the SafeBase API (sent as the api-key header).

Streams

No streams are currently available.

The connector’s extraction/sync functionality is still in development, so it does not yet produce any tables or records.