{"openapi":"3.0.0","info":{"title":"Keensafe Public API","version":"1.4.0"},"servers":[{"url":"https://api.keensafeglobalbank.com"},{"url":"https://api-staging.internal.keensafeglobalbank.com"}],"paths":{"/api/v1/health":{"get":{"summary":"Liveness"}},"/api/v1/auth/login":{"post":{"summary":"Login"}},"/api/v1/accounts/{account_id}":{"get":{"summary":"Get account"}},"/api/v1/transactions/{account_id}":{"get":{"summary":"Get account txns"}},"/api/v1/customers/{customer_id}":{"get":{"summary":"Get customer"}},"/api/v1/transfer":{"post":{"summary":"Submit transfer"}},"/api/v1/cards/{card_id}":{"get":{"summary":"Get card"}},"/api/v1/loans/{customer_id}":{"get":{"summary":"List loans"}},"/api/v1/internal/status":{"get":{"summary":"Internal status (private)"}},"/api/v1/debug/env":{"get":{"summary":"Debug env (private)"}},"/api/v1/fetch":{"get":{"summary":"Fetch URL"}},"/api/v1/export":{"get":{"summary":"Export file"}}}}