{ "opencollection": "1.0.0", "info": { "name": "API Endpoints subpackage_activities subpackage_opportunityStatuses API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_opportunityStatuses", "type": "folder" }, "items": [ { "info": { "name": "List opportunity statuses for your organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.close.com/api/v1/status/opportunity/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "_fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in the response." } ] }, "docs": "List opportunity statuses for your organization" }, { "info": { "name": "Create an opportunity status", "type": "http" }, "http": { "method": "POST", "url": "https://api.close.com/api/v1/status/opportunity/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "_fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in the response." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new opportunity status. The status must belong to a pipeline (specified by `pipeline_id`) and have a `type` of `active`, `won`, or `lost`." }, { "info": { "name": "Rename an opportunity status", "type": "http" }, "http": { "method": "PUT", "url": "https://api.close.com/api/v1/status/opportunity/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "_fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in the response." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Rename an opportunity status" }, { "info": { "name": "Delete an opportunity status", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.close.com/api/v1/status/opportunity/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "You should make sure no opportunities are assigned this status, first." } ] } ], "bundled": true }