Looms Public API Overview
This portal contains the external API reference for Looms.
It is intended for partner engineering teams integrating with Looms services through HTTP APIs. Use this documentation to identify available endpoints, inspect request and response schemas, and validate integration requirements.
Scope
This documentation covers the externally exposed API surface.
Primary Reference
Use the API Catalog as the source of truth for:
- endpoint paths
- HTTP methods
- path, query, header, and body parameters
- request and response schemas
- route versioning
- operation grouping by domain
If there is any difference between summary text and the generated endpoint reference, follow the contract shown in the API Catalog.
Supporting Guides
Use the following pages alongside the endpoint reference:
API Areas
The published API includes operations across domains such as:
- Auth
- User
- Loan
- Contract
- Invoice
- Wallet
- Product
- Notification
- QR
- MSME
- Plus
Availability of specific endpoints may depend on your integration scope and environment.
Integration Requirements
Before implementation, confirm the following with your Looms or AND Global technical contact:
- environment base URL
- authentication or credential requirements
- IP allowlisting or network restrictions, if applicable
- which endpoints are enabled for your integration
- any business-specific field rules or workflow constraints
How To Work With This API
For each endpoint you plan to use, verify:
- exact request path
- required HTTP method
- required headers
- path and query parameters
- request body schema and field constraints
- expected success response
- possible validation or error responses
Some endpoints are versioned in the URL path. Use the documented path exactly as published.
Recommended Integration Flow
- Identify required endpoints in the API Catalog.
- Confirm credentials, environment access, and any network prerequisites.
- Implement request and response handling against the documented schemas.
- Test error handling for invalid input, authentication failures, and unexpected responses.
- Validate end-to-end behavior in the target environment before production use.
Intended Audience
This portal is intended for:
- partner backend engineers
- frontend engineers consuming Looms APIs
- integration teams validating request and response contracts
- solution engineers mapping supported API capabilities