{ "opencollection": "1.0.0", "info": { "name": "Macrometa API Reference Activity Metrics Visits API", "version": "0.17.17" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Visits", "type": "folder" }, "items": [ { "info": { "name": "Retrieve data for a particular visit", "type": "http" }, "http": { "method": "GET", "url": "https://api-play.paas.macrometa.io/api/ds/v1/visits", "params": [ { "name": "visitId", "value": "", "type": "query", "description": "Visit ID." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns data for a particular visit based on the visit ID." }, { "info": { "name": "Record a visit to the site", "type": "http" }, "http": { "method": "POST", "url": "https://api-play.paas.macrometa.io/api/ds/v1/visits", "headers": [ { "name": "Cookie", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Record a visit with the specified properties." } ] } ], "bundled": true }