{ "opencollection": "1.0.0", "info": { "name": "MediaValet Keywords 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": "Keywords", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Keywords", "type": "http" }, "http": { "method": "GET", "url": "https://api.mediavalet.com/keywords", "headers": [ { "name": "x-mv-api-version", "value": "1.2" } ] }, "docs": "Returns all keywords in library." }, { "info": { "name": "Create Keyword", "type": "http" }, "http": { "method": "POST", "url": "https://api.mediavalet.com/keywords", "headers": [ { "name": "x-mv-api-version", "value": "1.2" } ] }, "docs": "Creates a keyword in the library." }, { "info": { "name": "Update Keyword", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.mediavalet.com/keywords/:keyword", "headers": [ { "name": "x-mv-api-version", "value": "1.2" } ], "params": [ { "name": "keyword", "value": "", "type": "path", "description": "keyword path parameter." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a keyword." } ] } ], "bundled": true }