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
- Sign in to your JustCall account.
- Generate or locate your API Key and API Secret in JustCall.
- Use those credentials to configure the connector.
Authentication
This connector authenticates to JustCall using:
api_keyapi_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
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Your JustCall API key. |
api_secret | string | ✅ | Your JustCall API secret. |
Streams
No streams are currently available. Catalog discovery currently returns an empty catalog, and extraction is not yet implemented.