{ "opencollection": "1.0.0", "info": { "name": "Gleap AI content Engagement Cobrowse API", "version": "14.0.0" }, "items": [ { "info": { "name": "Engagement Cobrowse", "type": "folder" }, "items": [ { "info": { "name": "Get all cobrowse product tours", "type": "http" }, "http": { "method": "GET", "url": "https://api.gleap.io/v3/engagement/cobrowse", "headers": [ { "name": "project", "value": "" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all cobrowse product tours" }, { "info": { "name": "Create a new cobrowse product tour", "type": "http" }, "http": { "method": "POST", "url": "https://api.gleap.io/v3/engagement/cobrowse", "headers": [ { "name": "project", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new cobrowse product tour" }, { "info": { "name": "Get an cobrowse product tour", "type": "http" }, "http": { "method": "GET", "url": "https://api.gleap.io/v3/engagement/cobrowse/:cobrowseProductTourId", "headers": [ { "name": "project", "value": "" } ], "params": [ { "name": "cobrowseProductTourId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an cobrowse product tour" }, { "info": { "name": "Update an cobrowse product tour", "type": "http" }, "http": { "method": "PUT", "url": "https://api.gleap.io/v3/engagement/cobrowse/:cobrowseProductTourId", "headers": [ { "name": "project", "value": "" } ], "params": [ { "name": "cobrowseProductTourId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an cobrowse product tour" }, { "info": { "name": "Delete an cobrowse product tour", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.gleap.io/v3/engagement/cobrowse/:cobrowseProductTourId", "headers": [ { "name": "project", "value": "" } ], "params": [ { "name": "cobrowseProductTourId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an cobrowse product tour" } ] } ], "bundled": true }