{ "opencollection": "1.0.0", "info": { "name": "Productiv Developer App Details Applications API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "Productiv Set up an Application", "type": "http" }, "http": { "method": "POST", "url": "https://public-api.productiv.com/services/push/v1/customer/apps", "body": { "type": "json", "data": "{}" } }, "docs": "Define and publish a new connected application to Productiv. This registers the application and returns a unique appId that is used for subsequent API calls such as publishing usage events and spend data." } ] } ], "bundled": true }