{ "opencollection": "1.0.0", "info": { "name": "API Endpoints subpackage_activities subpackage_sequences API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_sequences", "type": "folder" }, "items": [ { "info": { "name": "List Sequences", "type": "http" }, "http": { "method": "GET", "url": "https://api.close.com/api/v1/sequence/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "_limit", "value": "", "type": "query", "description": "Number of results to return." }, { "name": "_skip", "value": "", "type": "query", "description": "Number of results to skip before returning, for pagination." } ] }, "docs": "List Sequences" }, { "info": { "name": "Create a Sequence", "type": "http" }, "http": { "method": "POST", "url": "https://api.close.com/api/v1/sequence/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a Sequence" }, { "info": { "name": "Fetch a Sequence", "type": "http" }, "http": { "method": "GET", "url": "https://api.close.com/api/v1/sequence/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "_limit", "value": "", "type": "query", "description": "Number of results to return." }, { "name": "_skip", "value": "", "type": "query", "description": "Number of results to skip before returning, for pagination." } ] }, "docs": "Fetch a Sequence" }, { "info": { "name": "Update a Sequence", "type": "http" }, "http": { "method": "PUT", "url": "https://api.close.com/api/v1/sequence/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "**Note**: If you include `steps` in the payload and exclude some of the existing steps in your sequence, it will remove those steps from the sequence entirely." }, { "info": { "name": "Delete a Sequence", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.close.com/api/v1/sequence/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a Sequence" }, { "info": { "name": "List Sequence Subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.close.com/api/v1/sequence_subscription/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "_limit", "value": "", "type": "query", "description": "Number of results to return." }, { "name": "_skip", "value": "", "type": "query", "description": "Number of results to skip before returning, for pagination." }, { "name": "contact_id", "value": "", "type": "query" }, { "name": "lead_id", "value": "", "type": "query" }, { "name": "sequence_id", "value": "", "type": "query" } ] }, "docs": "At least one of `sequence_id`, `contact_id`, and `lead_id` is required." }, { "info": { "name": "Subscribe a Contact to a Sequence", "type": "http" }, "http": { "method": "POST", "url": "https://api.close.com/api/v1/sequence_subscription/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Subscribe a Contact to a Sequence" }, { "info": { "name": "Fetch a single Sequence Subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api.close.com/api/v1/sequence_subscription/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Fetch a single Sequence Subscription" }, { "info": { "name": "Update a specific Subscription", "type": "http" }, "http": { "method": "PUT", "url": "https://api.close.com/api/v1/sequence_subscription/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific Subscription" } ] } ], "bundled": true }