Skip to main content

Cloudflare Analytics (Source)

Overview

The Cloudflare Analytics source connector authenticates to the Cloudflare API using an API token.

At this time, the connector supports credential validation (login) only. Data extraction and streams are still in development, so you won’t be able to sync data yet.

Setup

Prerequisites

  • A Cloudflare account
  • A Cloudflare API Token with permission to access the Cloudflare APIs you intend to use

Create an API token in Cloudflare

  1. In Cloudflare, go to My ProfileAPI Tokens.
  2. Create a token with appropriate permissions.
  3. Copy the token value (you will use it as api_token).

Authentication

This connector uses Bearer token authentication.

During connection setup, the connector validates the token by calling:

  • GET https://api.cloudflare.com/client/v4/user/tokens/verify

If the token is invalid or lacks required access, validation will fail.

Configuration

FieldTypeRequiredDescription
api_tokenstringCloudflare API token used to authenticate requests.

Streams

No streams are currently available. The connector’s extraction logic is still in development, and syncs will not run successfully yet.

Limitations

  • Extraction not implemented: attempts to run a sync will fail with an “in development” error.
  • Catalog not yet defined: the connector currently returns an empty catalog.