{ "opencollection": "1.0.0", "info": { "name": "Sinch Brands Access Control Lists API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Access Control Lists", "type": "folder" }, "items": [ { "info": { "name": "List Access Control Lists", "type": "http" }, "http": { "method": "GET", "url": "https://brands.api.sinch.com/v1/projects/:project_id/trunks/:trunk_id/accessControlLists", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" }, { "name": "trunk_id", "value": "", "type": "path", "description": "The unique SIP trunk identifier" } ] }, "docs": "Returns the access control lists configured for a specific SIP trunk." }, { "info": { "name": "Create an Access Control List", "type": "http" }, "http": { "method": "POST", "url": "https://brands.api.sinch.com/v1/projects/:project_id/trunks/:trunk_id/accessControlLists", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" }, { "name": "trunk_id", "value": "", "type": "path", "description": "The unique SIP trunk identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new IP address access control list for a SIP trunk to restrict which IP addresses can connect." }, { "info": { "name": "Get an Access Control List", "type": "http" }, "http": { "method": "GET", "url": "https://brands.api.sinch.com/v1/projects/:project_id/trunks/:trunk_id/accessControlLists/:acl_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" }, { "name": "trunk_id", "value": "", "type": "path", "description": "The unique SIP trunk identifier" }, { "name": "acl_id", "value": "", "type": "path", "description": "The unique access control list identifier" } ] }, "docs": "Returns the details of a specific access control list." }, { "info": { "name": "Update an Access Control List", "type": "http" }, "http": { "method": "PATCH", "url": "https://brands.api.sinch.com/v1/projects/:project_id/trunks/:trunk_id/accessControlLists/:acl_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" }, { "name": "trunk_id", "value": "", "type": "path", "description": "The unique SIP trunk identifier" }, { "name": "acl_id", "value": "", "type": "path", "description": "The unique access control list identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration of a specific access control list." }, { "info": { "name": "Delete an Access Control List", "type": "http" }, "http": { "method": "DELETE", "url": "https://brands.api.sinch.com/v1/projects/:project_id/trunks/:trunk_id/accessControlLists/:acl_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" }, { "name": "trunk_id", "value": "", "type": "path", "description": "The unique SIP trunk identifier" }, { "name": "acl_id", "value": "", "type": "path", "description": "The unique access control list identifier" } ] }, "docs": "Deletes a specific access control list from the trunk." } ] } ], "bundled": true }