Skip to main content

LearnUpon

Overview

The LearnUpon source connector connects to the LearnUpon REST API using HTTP Basic Authentication.

This connector is currently in development. At this time, it supports credential validation during setup, but does not yet extract data.

Setup

Before configuring the connector, make sure you have:

  • Your LearnUpon subdomain (the {subdomain} in https://{subdomain}.learnupon.com)
  • A LearnUpon API user’s username and password with permission to access the API

Authentication

This connector uses Basic Auth against the LearnUpon API.

During setup, the connector validates credentials by making a request to:

  • GET https://{subdomain}.learnupon.com/api/v1/users?page=1

If the request fails, setup will fail with a credential validation error.

Configuration

FieldTypeRequiredDescription
subdomainstringYour LearnUpon subdomain (DNS label only). Example: acme for https://acme.learnupon.com. Must be lowercase letters, digits, or hyphens; 1–63 characters; cannot start or end with -.
api_usernamestringLearnUpon API username used for Basic Auth.
api_passwordstringLearnUpon API password used for Basic Auth.

Streams

No streams are currently available. Extraction is not yet implemented for this connector.

Limitations

  • Extraction is not yet supported (runs will fail with an “in development” error).
  • The catalog is currently empty (no discoverable streams yet).