{ "opencollection": "1.0.0", "info": { "name": "Crisp REST API v1 Conversations Website API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Website", "type": "folder" }, "items": [ { "info": { "name": "Create a new website", "type": "http" }, "http": { "method": "POST", "url": "https://api.crisp.chat/v1/website", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new website" }, { "info": { "name": "Check if website exists", "type": "http" }, "http": { "method": "HEAD", "url": "https://api.crisp.chat/v1/website" }, "docs": "Check if website exists" }, { "info": { "name": "Get website", "type": "http" }, "http": { "method": "GET", "url": "https://api.crisp.chat/v1/website/:website_id", "params": [ { "name": "website_id", "value": "", "type": "path" } ] }, "docs": "Get website" }, { "info": { "name": "Delete website", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.crisp.chat/v1/website/:website_id", "params": [ { "name": "website_id", "value": "", "type": "path" } ] }, "docs": "Delete website" }, { "info": { "name": "Abort scheduled website deletion", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.crisp.chat/v1/website/:website_id/expunge", "params": [ { "name": "website_id", "value": "", "type": "path" } ] }, "docs": "Abort scheduled website deletion" } ] } ], "bundled": true }