LearnWorlds

Supports:

Connection

Configuration

NameTypeDescriptionRequired
client_idstringClient IDtrue
client_secretstringClient Secrettrue
school_urlstringSchool URLtrue

Example

1{
2 "name": "LearnWorlds connection",
3 "type": "learnworlds",
4 "configuration": {
5 "client_id": "",
6 "client_secret": "",
7 "school_url": "https://my-school.learnworlds.com"
8 }
9}