Postman Collection

API testing collection for the Momentum REST API.

Getting Started

1. Import Collection

Import the following files into Postman:

  • Momentum-API.postman_collection.json - API endpoints
  • Momentum-Environment.postman_environment.json - Environment variables

2. Configure Environment

Set these environment variables:

Variable Description
base_url API base URL
id_token JWT from Cognito login
user_id Current user’s UUID

3. Authenticate

  1. Run the “Login” request in the Auth folder
  2. The token is automatically saved to environment
  3. All subsequent requests use this token

Documentation

  • README - Detailed setup instructions

Collection Structure

Momentum API/
├── Auth/           # Login, register, refresh
├── Courses/        # CRUD operations
├── Lessons/        # Lesson management
├── Enrollments/    # User enrollments
├── Progress/       # Learning progress
├── Users/          # User management
├── Analytics/      # Reports and stats
└── AI Generation/  # Content generation

Back to top

Momentum LMS © 2025. Distributed under the MIT license.