Skip to main content

Guru

Overview

The Guru source connector is currently in development.

At this time, the connector supports credential validation (testing that your credentials can authenticate to the Guru API), but it does not yet support extracting data or exposing any streams.

Setup

Prerequisites

  • A Guru account with access to the Guru API
  • An API token for your Guru user

Create an API token in Guru

Generate an API token in Guru (typically from your user settings or developer/API settings), then keep it available for configuration.

Authentication

This connector authenticates to Guru using HTTP Basic Auth:

  • Username: your Guru account email
  • Password: your Guru API token

During connection testing, the connector validates credentials by calling:

  • GET https://api.getguru.com/api/v1/teams

Configuration

FieldTypeRequiredDescription
emailstringYesThe email address for the Guru user used to authenticate.
api_tokenstringYesThe Guru API token for the user.

Streams

No streams are currently available. The connector does not yet extract data.