{ "opencollection": "1.0.0", "info": { "name": "MediaValet TermsAndConditions API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.mediavalet.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "TermsAndConditions", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Terms And Conditions", "type": "http" }, "http": { "method": "GET", "url": "https://api.mediavalet.com/public/:domainName/termsAndConditions", "headers": [ { "name": "x-mv-api-version", "value": "1.2" } ], "params": [ { "name": "domainName", "value": "", "type": "path", "description": "domainName path parameter." } ] }, "docs": "Retrieves the terms and conditions for a given domain name." } ] } ], "bundled": true }