Skip to main content

Axiom (Source)

Introduction

The Axiom source connector lets you connect to the Axiom API using an API token.

At this time, the connector supports credential validation (testing that your token can access the Axiom API). Data extraction is still in development and is not yet available.

Setup

Prerequisites

  • An Axiom account
  • An Axiom API token with access to the Axiom API

Create an API token in Axiom

  1. In Axiom, create or locate an API token.
  2. Copy the token value (you’ll paste it into the connector configuration).

Authentication

This connector authenticates using a Bearer token sent to the Axiom API.

  • Auth type: API token (Bearer)
  • Header: Authorization: Bearer <api_token>

During connection testing, the connector validates credentials by calling:

  • GET https://api.axiom.co/v1/datasets

If the request fails, the connector reports an authentication/authorization error.

Configuration

FieldTypeRequiredDescription
api_tokenstringYour Axiom API token used to authenticate to the Axiom API.

Streams

No streams are currently available.

Extraction is not yet implemented and will fail with a message indicating that Axiom extraction is still in development.