{ "opencollection": "1.0.0", "info": { "name": "Montran Corporate Payments Portal Account Information Channels API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Channels", "type": "folder" }, "items": [ { "info": { "name": "Montran List communication channels", "type": "http" }, "http": { "method": "GET", "url": "https://api.montran.com/corporate/v1/channels", "params": [ { "name": "type", "value": "", "type": "query", "description": "Filter by channel type" }, { "name": "status", "value": "", "type": "query", "description": "Filter by channel status" } ] }, "docs": "Retrieves a list of configured communication channels including SWIFT connections, clearing system interfaces, API endpoints, queue-based channels (IBM MQ, Kafka), and file-based channels (SFTP). Shows channel status and connectivity health." }, { "info": { "name": "Montran Get channel details", "type": "http" }, "http": { "method": "GET", "url": "https://api.montran.com/corporate/v1/channels/:channelId", "params": [ { "name": "channelId", "value": "", "type": "path", "description": "Unique identifier of the channel" } ] }, "docs": "Retrieves the configuration and current status of a specific communication channel including connection parameters, supported message formats, throughput statistics, and health metrics." }, { "info": { "name": "Montran Get channel health status", "type": "http" }, "http": { "method": "GET", "url": "https://api.montran.com/corporate/v1/channels/:channelId/health", "params": [ { "name": "channelId", "value": "", "type": "path", "description": "Unique identifier of the channel" } ] }, "docs": "Retrieves the real-time health and connectivity status of a communication channel including latency metrics, error rates, and throughput statistics." } ] } ], "bundled": true }