Skip to main content

Better Stack source

Overview

The Better Stack source connector lets you connect to Better Stack using an API key. At this time, the connector supports credential validation but does not yet support extracting data.

Setup

Prerequisites

  • A Better Stack account
  • An API key with access to the Better Stack Uptime API

Create an API key in Better Stack

In Better Stack, create or copy an API key that can access the Uptime API. You’ll use this key to authenticate the connector.

Authentication

This connector authenticates using a Better Stack API key sent as a Bearer token.

During setup/login, the connector validates credentials by calling:

  • GET https://uptime.betterstack.com/api/v2/whoami

If the request fails, the connector reports a credential validation error.

Configuration

FieldTypeRequiredDescription
api_keystringBetter Stack API key used to authenticate requests (sent as a Bearer token).

Streams

No streams are currently available.

  • The connector’s catalog is currently empty.
  • Extraction is not yet implemented and will fail with an “in development” error if run.

Limitations

  • Extraction is still in development: you can connect and validate credentials, but you cannot sync data yet.