{ "opencollection": "1.0.0", "info": { "name": "Unified.to account apicall API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "apicall", "type": "folder" }, "items": [ { "info": { "name": "Returns Api Calls", "type": "http" }, "http": { "method": "GET", "url": "https://api.unified.to/unified/apicall", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "updated_gte", "value": "", "type": "query", "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)" }, { "name": "sort", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" }, { "name": "external_xref", "value": "", "type": "query", "description": "Filter the results to only those integrations for your user referenced by this value" }, { "name": "integration_type", "value": "", "type": "query", "description": "Filter the results to just this integration" }, { "name": "error", "value": "", "type": "query", "description": "Filter the results for API Calls with errors" }, { "name": "connection_id", "value": "", "type": "query", "description": "Filter the results to just this integration" }, { "name": "env", "value": "", "type": "query" }, { "name": "webhook_id", "value": "", "type": "query", "description": "Filter the results to just this webhook" }, { "name": "type", "value": "", "type": "query", "description": "Filter the results to just this type" }, { "name": "is_billable", "value": "", "type": "query", "description": "Filter the results for only billable API Calls" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Returns Api Calls" }, { "info": { "name": "Retrieve Specific Api Call by Its Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.unified.to/unified/apicall/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Apicall" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Retrieve Specific Api Call by Its Id" } ] } ], "bundled": true }