Skilljar is a learning management system (LMS) designed for customer and partner training. It helps businesses deliver, track, and manage online courses efficiently.
Connecting your application to a Skilljar account allows you to interact with Skilljar's training platform via API calls.
Authentication
Before you begin, make sure you have the following information:
Connection Name
: Select a descriptive name for your connection, like "MyAppSkilljarIntegration". This helps in easily identifying the connection within your application or integration settings.Authentication Type
: Skilljar supports authentication via API Key.
API Key Based Authentication
Log in to your Skilljar admin account. Only the admin can generate API keys in the Skilljar account.
Navigate to
Organization Settings
and thenAPI Credentials
.On the credentials page, select
Create a Key
to generate a new API Key.Store this securely as it provides access to your skilljar account. For more details, refer to Skilljar's official documentation.


Actions
Actions | Description |
| Creates an asset in Skilljar |
| Creates a course in Skilljar |
| Creates a group in Skilljar |
| Creates a quiz in Skilljar |
| Creates a quiz question in Skilljar |
| Deletes a group by ID in Skilljar |
| Gets an asset by ID in Skilljar |
| Gets a course by ID in Skilljar |
| Gets a group by ID in Skilljar |
| Lists all assets in Skilljar |
| Lists all courses in Skilljar |
| Lists all groups in Skilljar |
| Lists all quizzes in Skilljar |
| Updates a course by ID in Skilljar |
| Updates a group by ID in Skilljar |
| Creates an asset in Skilljar |
| Gets an asset by ID in Skilljar |