{ "opencollection": "1.0.0", "info": { "name": "RecVue Authentication Billing Schedules 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": "Billing Schedules", "type": "folder" }, "items": [ { "info": { "name": "Get billing schedules", "type": "http" }, "http": { "method": "GET", "url": "https://api.recvue.com/api/v2.0/billingschedules" }, "docs": "Paginated retrieval of billing schedules with filters." }, { "info": { "name": "Create billing schedule", "type": "http" }, "http": { "method": "POST", "url": "https://api.recvue.com/api/v2.0/billingschedules", "body": { "type": "json", "data": "{}" } }, "docs": "Creates manual schedules for one-time or milestone billing." } ] } ], "bundled": true }