{ "opencollection": "1.0.0", "info": { "name": "Customer.io App Activities Screen API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Screen", "type": "folder" }, "items": [ { "info": { "name": "Track a screen view", "type": "http" }, "http": { "method": "POST", "url": "https://api.customer.io/v1/screen", "body": { "type": "json", "data": "{}" } }, "docs": "Records a screen view event from a mobile application. Use this when a user views a screen in your mobile app. Requires at least one of userId or anonymousId." } ] } ], "bundled": true }