{ "opencollection": "1.0.0", "info": { "name": "Approval Get Entities API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": " ", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Get Entities", "type": "folder" }, "items": [ { "info": { "name": "Get all available entities.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:ServiceURL", "headers": [ { "name": "Authorization", "value": "" }, { "name": "X-ApplicationKey", "value": "" } ], "params": [ { "name": "ServiceURL", "value": "", "type": "path", "description": "Service URL from provider. This is returned when getting all providers." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": " ", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns all available entities. You can use the name returned in conjunction with the ProviderID to get data about a particular entity." } ] } ], "bundled": true }