What you can do with the API
- Manage users and courses
- Sync data with HRIS systems
- Track course completion
- Automate provisioning workflows
API key
You'll need an API key to make requests. Generate it from your TalentLMS account settings and keep it private.
Authentication
TalentLMS API uses API key–based authentication via HTTP Basic Auth:
- Username: your API key
- Password: empty
Your first request
Start by calling a simple endpoint to confirm your setup (e.g. list users). Then continue with the API Reference for full endpoint details.