{ "opencollection": "1.0.0", "info": { "name": "API Endpoints subpackage_activities subpackage_integrationLinks API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_integrationLinks", "type": "folder" }, "items": [ { "info": { "name": "Get all integration links for your organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.close.com/api/v1/integration_link/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Get all integration links for your organization" }, { "info": { "name": "Create an integration link", "type": "http" }, "http": { "method": "POST", "url": "https://api.close.com/api/v1/integration_link/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an integration link" }, { "info": { "name": "Get a single integration link", "type": "http" }, "http": { "method": "GET", "url": "https://api.close.com/api/v1/integration_link/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a single integration link" }, { "info": { "name": "Update an integration link", "type": "http" }, "http": { "method": "PUT", "url": "https://api.close.com/api/v1/integration_link/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an integration link" }, { "info": { "name": "Delete an integration link", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.close.com/api/v1/integration_link/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete an integration link" } ] } ], "bundled": true }