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 endpointsMomentum-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
- Run the “Login” request in the Auth folder
- The token is automatically saved to environment
- 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
Related
- API Reference - Complete API documentation