Laktawan sa pangunahing nilalaman

API Documentation

Looms exposes its functionality through a set of microservices, all accessible via a single API Gateway.

API Gateway

All API calls must go through the gateway — do not call microservices directly.

impormasyon

Gateway Base URL: https://openapi-dev.alpha.looms.cloud

URL Structure

Each microservice has a dedicated path prefix in the gateway. The full URL for any endpoint is:

{gateway-base-url}/{service-prefix}{api-path}

For example, the Add Product Config endpoint has /admin/productConfig/add in its swagger spec. The real URL via the gateway is:

https://openapi-dev.alpha.looms.cloud/beta-be/admin/productConfig/add

Microservices