{ "opencollection": "1.0.0", "info": { "name": "InDebted Receive API Documentation Account Event API", "version": "1.53.1" }, "items": [ { "info": { "name": "Event", "type": "folder" }, "items": [ { "info": { "name": "Get events by event type and timeframe. Paginated.", "type": "http" }, "http": { "method": "GET", "url": "/v1/:clientId/get_events", "headers": [ { "name": "Authorization", "value": "Bearer " } ], "params": [ { "name": "clientId", "value": "ec702157-705b-42a0-b70e-a60a63dd24ab", "type": "path", "description": "A Receive system identifier that will be assigned automatically.\nIt will be used for situations like Support related interventions or data segmentation.\n" }, { "name": "eventType", "value": "event.claim.created", "type": "query", "description": "type of event that happened in Receive system" }, { "name": "date", "value": "2019-05-28", "type": "query", "description": "date which to get the events for" }, { "name": "limit", "value": "1000", "type": "query", "description": "amount of events per page, default is 1000" }, { "name": "page", "value": "1", "type": "query", "description": "number of page to retrieve the events for, default is 1" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get events by event type and timeframe. Paginated." } ] } ], "bundled": true }