{ "opencollection": "1.0.0", "info": { "name": "RecVue Authentication Usage API", "version": "2.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.recvue.com/api/v2.0/api/scim/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Usage", "type": "folder" }, "items": [ { "info": { "name": "Load usage records into batch", "type": "http" }, "http": { "method": "POST", "url": "https://api.recvue.com/api/v2.0/usage/batches", "body": { "type": "json", "data": "{}" } }, "docs": "Loads usage records as a JSON payload routed to the Usage Hub for consumption-based billing." }, { "info": { "name": "List usages/deliveries", "type": "http" }, "http": { "method": "GET", "url": "https://api.recvue.com/api/v2.0/deliveries" }, "docs": "Paginated ORDER_DELIVERIES records." } ] } ], "bundled": true }