Skip to main content

Tines

Overview

The Tines source connector lets you connect to your Tines tenant and validate credentials.

At this time, the connector’s extraction and catalog discovery are still in development, so it does not yet sync any streams.

Setup

You’ll need:

  • Your Tines tenant (the subdomain portion of your Tines URL)
  • A Tines API token (user token)

Find your tenant

Your tenant is the DNS label in your Tines URL:

  • If your URL is https://acme.tines.com, your tenant is acme.

The connector validates that the tenant is a valid DNS label (lowercase letters, digits, and hyphens only; must not start or end with a hyphen; max length 63).

Authentication

This connector authenticates using a Tines user token sent as the X-User-Token header.

During credential validation, the connector makes a request to:

GET https://{tenant}.tines.com/api/v1/events?limit=1

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

Configuration

FieldTypeRequiredDescription
tenantstringYour Tines tenant subdomain (e.g., acme for https://acme.tines.com). Must be a valid DNS label.
api_tokenstringYour Tines API token (user token).

Streams

No streams are currently available. Catalog discovery returns an empty catalog, and extraction is not yet implemented.