{ "opencollection": "1.0.0", "info": { "name": "Temenos Buy Now Pay Later Accounts Analytics Data Store API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Analytics Data Store", "type": "folder" }, "items": [ { "info": { "name": "List Analytics Account Data", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/analytics/accounts", "params": [ { "name": "page_size", "value": "", "type": "query", "description": "Records per page" }, { "name": "page_start", "value": "", "type": "query", "description": "Starting record" }, { "name": "dateFrom", "value": "", "type": "query", "description": "Start date for analytics period" }, { "name": "dateTo", "value": "", "type": "query", "description": "End date for analytics period" } ] }, "docs": "Retrieve analytical account data from the ADS including balance histories, transaction volumes, and account metrics for reporting and business intelligence." }, { "info": { "name": "List Analytics Transaction Data", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/analytics/transactions", "params": [ { "name": "page_size", "value": "", "type": "query", "description": "Records per page" }, { "name": "page_start", "value": "", "type": "query", "description": "Starting record" }, { "name": "dateFrom", "value": "", "type": "query", "description": "Start date" }, { "name": "dateTo", "value": "", "type": "query", "description": "End date" }, { "name": "accountId", "value": "", "type": "query", "description": "Filter by account" } ] }, "docs": "Retrieve analytical transaction data from the ADS for intra-day and historical transaction analysis with aggregation support." }, { "info": { "name": "List Analytics Customer Data", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/analytics/customers", "params": [ { "name": "page_size", "value": "", "type": "query", "description": "Records per page" }, { "name": "page_start", "value": "", "type": "query", "description": "Starting record" } ] }, "docs": "Retrieve analytical customer data including customer segmentation metrics, product holdings summaries, and relationship indicators." } ] } ], "bundled": true }