Skip to main content

JustCall

Introduction

The JustCall source connector connects to the JustCall API (v2.1) using an API key and API secret.

Status

This connector is currently in development:

  • Connection/authentication (credential validation) is implemented.
  • Schema discovery and data extraction are not yet available.

Setup

  1. Sign in to your JustCall account.
  2. Generate or locate your API Key and API Secret in JustCall.
  3. Use those credentials to configure the connector.

Authentication

This connector authenticates to JustCall using:

  • api_key
  • api_secret

During connection testing, the connector validates credentials by calling:

  • GET https://api.justcall.io/v2.1/users?per_page=1

The request includes an Authorization header in the format:

  • Authorization: {api_key}:{api_secret}

Configuration

FieldTypeRequiredDescription
api_keystringYour JustCall API key.
api_secretstringYour JustCall API secret.

Streams

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