Documentation Index
Fetch the complete documentation index at: https://docs.konstantly.com/llms.txt
Use this file to discover all available pages before exploring further.
Konstantly API
Welcome to the Konstantly API documentation. This API allows you to programmatically manage users, courses, groups, certificates, and more in your Konstantly learning management platform.This is a beta version of the API documentation. Report any errors to support@konstantly.com
Base URL
All API requests should be made to:YOURSITE with your Konstantly subdomain.
Authentication
The Konstantly API uses API keys to authenticate requests. Include your API key in theX-API-KEY header:
- Go to your Konstantly site
- Navigate to Settings > API
- Copy your API key
Request Format
The API accepts JSON-encoded request bodies and returns JSON-encoded responses. Include these headers:Pagination
Many endpoints return paginated results. By default, endpoints return 20 items per page. Use theoffset parameter to paginate:
| Parameter | Type | Description |
|---|---|---|
offset | integer | Number of items to skip |