Overview
trile API (v1)
Section titled “trile API (v1)”Subscription billing for Nepal — backend API
All successful responses are wrapped in an envelope: { "success": true, "data": <result>, "meta": { "requestId": "req_..." } }. Errors use { "success": false, "error": { "code", "message" }, "meta": {...} }. The response schemas below show the full envelope — your result is always in data.
- OpenAPI version: 3.0.0
Authentication
Section titled “ Authentication ”api-key
Section titled “api-key ”Security scheme type: http
Bearer format: API key
ApiKeyAuth
Section titled “ApiKeyAuth ”Security scheme type: apiKey
Header parameter name: x-api-key