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
API Hostnames
Environment | Hostname |
---|---|
PROD | lb-prometric.learningbuilder-api.com TODO - UPDATE |
TEST | lb-prometric-UAT.learningbuilder-api-ops.net TODO - UPDATE |
For help calling these endpoints, see the Postman workspace <--- TODO
Endpoints require https:// or you will get an ECONNREFUSED
error
Authentication
API Keys are assigned during client onboarding. They consist of a userId
and an apiKey
.
These values are base64 encoded and passed using Basic Authentication.
{Base64EncodedCredentials} = BASE64(userId + ":" + apiKey) Authorization: Basic {Base64EncodedCredentials}
System administrators: see /wiki/spaces/~499343847/pages/3715269677