The Learning Hub is a separate system from LearningBuilder, although it has many LearningBuilder-centric designs and features.
The Learning Hub has not launched yet and is still an experimental concept. None of these APIs should be considered available for use.
Overview
TODO
Calling the API
API Hostnames
LB Env. | Lambda URL |
---|---|
PROD | |
UAT | TODO-UAT.learningbuilder-api-ops.net |
SUPPORT | |
QA | TODO-QA.learningbuilder-api-ops.net |
DEV |
Authentication
System administrators: see /wiki/spaces/~499343847/pages/3715269677
Endpoints in this API use one of two different authentication methods, which are documented in the individual API pages.
Method | Explanation |
---|---|
| An AWS access/secret key used by system administrators for system configuration and provisioning when API Keys may not be configured yet. When using Postman, pass these as an AWS Signature |
| Credentials assigned to a specific user or client, consisting of a
{Base64EncodedCredentials} = BASE64(userId + ":" + apiKey) Authorization: Basic {Base64EncodedCredentials} |