{ "opencollection": "1.0.0", "info": { "name": "API Endpoints subpackage_activities subpackage_blockedPhoneNumbers API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_blockedPhoneNumbers", "type": "folder" }, "items": [ { "info": { "name": "List Blocked Phone Numbers", "type": "http" }, "http": { "method": "GET", "url": "https://api.close.com/api/v1/blocked_phone_number/", "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": "_fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in the response." } ] }, "docs": "List Blocked Phone Numbers" }, { "info": { "name": "Create a Blocked Phone Number", "type": "http" }, "http": { "method": "POST", "url": "https://api.close.com/api/v1/blocked_phone_number/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Once this record is created, the phone number you have specified will no longer work for outbound nor inbound calls. That means:\n\n* Nobody in your organization will be able to call that phone number.\n* That phone number will not be able to call anybody in your organization." }, { "info": { "name": "Retrieve Blocked Phone Number settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.close.com/api/v1/blocked_phone_number/settings/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Retrieve Blocked Phone Number settings" }, { "info": { "name": "Update Blocked Phone Number settings", "type": "http" }, "http": { "method": "PUT", "url": "https://api.close.com/api/v1/blocked_phone_number/settings/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Blocked Phone Number settings" }, { "info": { "name": "Retrieve a single Blocked Phone Number", "type": "http" }, "http": { "method": "GET", "url": "https://api.close.com/api/v1/blocked_phone_number/: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." } ] }, "docs": "Retrieve a single Blocked Phone Number" }, { "info": { "name": "Update a Blocked Phone Number", "type": "http" }, "http": { "method": "PUT", "url": "https://api.close.com/api/v1/blocked_phone_number/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Blocked Phone Number" }, { "info": { "name": "Delete a Blocked Phone Number", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.close.com/api/v1/blocked_phone_number/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Once the given Blocked Phone Number record is deleted, the specified \"\n\"phone number will again be able to make calls into your organization \"\n\"and you'll be able to make calls to it." } ] } ], "bundled": true }