Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

TalentLMS Group API

The Group API from TalentLMS — 5 operation(s) for group.

TalentLMS Group API is one of 12 APIs that TalentLMS publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Group. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 9 operations across 5 paths, and defines 3 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against a single base URL, https://your-domain.talentlms.com.

9 operations 5 paths 3 schemas 3 DELETE3 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://{domain}.talentlms.com/api/v2
Authentication
API Key
Resource Areas
1

Authentication & Security 1

TalentLMS Group API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-API-Key (apikeyAuth). By default, every request must be authenticated.

Paths & Operations 9

Across 5 paths, the API surfaces 9 operations — 3 DELETE, 3 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Group 9
GET
/api/v2/groups
List all groups
1 param → 200
POST
/api/v2/groups
Create a group
2 params body → 200
GET
/api/v2/groups/:id
Get a group
1 param → 200
DELETE
/api/v2/groups/:id
Delete a group
1 param → 200
POST
/api/v2/group-memberships
Add a user to a group
2 params body → 200
DELETE
/api/v2/group-memberships
Remove user from a group
2 params → 200
POST
/api/v2/group-courses
Add a course to a group
2 params body → 200
DELETE
/api/v2/group-courses
Remove course from group
→ 200
GET
/api/v2/groups/{id}/courses
Get group courses
getGroupCourses 2 params → 404200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are PaginationLinks (5 properties), GroupCourseItem (3 properties), PaginationMeta (1 property). Each schema is shown below with its type and property counts.

PaginationMeta
object
1 property
PaginationLinks
object
5 properties
GroupCourseItem
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

talentlms-group-api-openapi.yml Raw ↑

Other APIs TalentLMS publishes across the network.

TalentLMS API
TalentLMS Batch Actions API
TalentLMS Branch API
TalentLMS Category API
TalentLMS Course API
TalentLMS Learning Paths API
TalentLMS Portal API
TalentLMS Task API
TalentLMS Timeline API
TalentLMS Unit API
TalentLMS User API