API Documentation
Complete API reference for CourseLayer
Welcome to the CourseLayer API documentation. This API allows you to integrate CourseLayer functionality into your applications.
Base URL
https://{account}.api.courselayer.comAuthentication
Most endpoints require authentication using Bearer tokens. Include your token in the Authorization header:
Authorization: Bearer YOUR_ACCESS_TOKENAPI Sections
Authentication
Login, logout, and token management
User Management
User profile and account operations
Courses
Course browsing and enrollment
Checkout
Payment and purchase processing
Quick Start
- Register a new account using the
/api/v1/registerendpoint - Login to receive your access token via
/api/login - Use the token to access protected endpoints
Rate Limiting
API requests are rate-limited to ensure service stability. Please implement appropriate retry logic in your applications.
Support
For API support, please contact our team or visit our documentation portal.