📘 UAMAS API GATEWAY

Welcome to the UAMAS API documentation. This API serves as a gateway for various services including authentication, admin management, and backend operations.

Version: 1.2.8

Last Updated: May 2025

Author: UAMAS Team


All endpoints are prefixed with /api/v1. Use the base URL below to access the API.

Base URL

http://localhost:8080/api/v1

GET /health

Health check for the API gateway.

Response:
{
  "message": "Api gateway is healthy"
}

API Routes


Select a section below to view the relevant API endpoints for each user role.



Note: All date/time fields are in UTC and ISO 8601 format. Include Authorization: Bearer <token> for protected routes. Source code is available on GitHub.

For any issues or contributions, please open an issue or pull request on the GitHub repository.