{ "opencollection": "1.0.0", "info": { "name": "Snov.io Authentication Warm-up API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.snov.io/v1/oauth/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Warm-up", "type": "folder" }, "items": [ { "info": { "name": "List warm-up campaigns", "type": "http" }, "http": { "method": "GET", "url": "https://api.snov.io/v2/warm-up", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ] }, "docs": "List warm-up campaigns" }, { "info": { "name": "Create a warm-up campaign", "type": "http" }, "http": { "method": "POST", "url": "https://api.snov.io/v2/warm-up", "body": { "type": "json", "data": "{}" } }, "docs": "Create a warm-up campaign" }, { "info": { "name": "Get warm-up campaign details", "type": "http" }, "http": { "method": "GET", "url": "https://api.snov.io/v2/warm-up/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get warm-up campaign details" }, { "info": { "name": "Update a warm-up campaign", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.snov.io/v2/warm-up/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a warm-up campaign" } ] } ], "bundled": true }