Skip to main content

TextUs

Introduction

The TextUs source connector is currently in development. At this time, the connector supports credential validation (testing that your API token is valid), but it does not yet support extracting data or exposing any streams.

Setup

  1. Generate or obtain a TextUs API token from your TextUs account/admin.
  2. Configure the connector with the API token (see configuration below).
  3. Use the connector’s connection test to validate credentials.

Authentication

TextUs authentication uses a Bearer token.

During credential validation, the connector calls:

  • GET https://api.textus.com/v1/users/me

and includes your token as a Bearer token in the Authorization header.

Configuration

FieldTypeRequiredDescription
api_tokenstringTextUs API token used for Bearer authentication.

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.

Limitations

  • No data extraction: runs will not extract records yet.
  • No catalog/streams: the connector does not currently expose any objects to sync.