{ "opencollection": "1.0.0", "info": { "name": "PayJoy Partner API V2 Carts Reconciliation API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-PayJoy-ApiKey", "value": "{{X-PayJoy-ApiKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Reconciliation", "type": "folder" }, "items": [ { "info": { "name": "List Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://partner-integration.sandbox.payjoy.com/partner-api/v2/transactions", "params": [ { "name": "startTime", "value": "", "type": "query", "description": "Unix timestamp in milliseconds indicating the start of the time range." }, { "name": "endTime", "value": "", "type": "query", "description": "Unix timestamp in milliseconds indicating the end of the time range" } ] }, "docs": "Retrieves a list of transactions within a specified time range. **Note**: startTime and endTime query parameters are required to define the period.\n" } ] } ], "bundled": true }