{ "opencollection": "1.0.0", "info": { "name": "Productiv Developer App Details Usage Events API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Usage Events", "type": "folder" }, "items": [ { "info": { "name": "Productiv Publish Usage Events", "type": "http" }, "http": { "method": "POST", "url": "https://public-api.productiv.com/services/push/v1/customer/apps/:appId/usage-events", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The unique identifier of the application." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Push usage events for an application to Productiv. Usage events represent actions performed by users, such as starting a video call, sending messages, or uploading files. Every event is uniquely identified by the combination of timestamp, email, and eventName. A maximum of 1000 events can be pushed per request." } ] } ], "bundled": true }