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.
ข้อมูล
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
🗃️ anti-fraud
1 รายการ
🗃️ beta
1 รายการ
🗃️ contract-manager
1 รายการ
🗃️ formio-middleware
1 รายการ
🗃️ mdm
1 รายการ
🗃️ notification-service
1 รายการ
🗃️ path-service
1 รายการ
🗃️ relation-store
1 รายการ
🗃️ remark
1 รายการ
🗃️ state-machine
1 รายการ
🗃️ task-management
1 รายการ