{ "opencollection": "1.0.0", "info": { "name": "Approval Get Providers API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": " ", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Get Providers", "type": "folder" }, "items": [ { "info": { "name": "Get all available providers.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Providers", "headers": [ { "name": "Authorization", "value": "" }, { "name": "X-ApplicationKey", "value": "" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": " ", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns available providers. The ProviderID can be used in subsequent operations to retrieve specific metadata and/or data." } ] } ], "bundled": true }