{ "opencollection": "1.0.0", "info": { "name": "Sinch Brands Access Control Lists SIP Trunks API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "SIP Trunks", "type": "folder" }, "items": [ { "info": { "name": "List Sip Trunks", "type": "http" }, "http": { "method": "GET", "url": "https://brands.api.sinch.com/v1/projects/:project_id/trunks", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" }, { "name": "page", "value": "", "type": "query", "description": "The page number to retrieve" }, { "name": "pageSize", "value": "", "type": "query", "description": "The number of trunks per page" } ] }, "docs": "Returns a list of all SIP trunks in the project with pagination support." }, { "info": { "name": "Create a Sip Trunk", "type": "http" }, "http": { "method": "POST", "url": "https://brands.api.sinch.com/v1/projects/:project_id/trunks", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new SIP trunk for connecting your telephony infrastructure to the Sinch network." }, { "info": { "name": "Get a Sip Trunk", "type": "http" }, "http": { "method": "GET", "url": "https://brands.api.sinch.com/v1/projects/:project_id/trunks/:trunk_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" } ] }, "docs": "Returns the details and configuration of a specific SIP trunk." }, { "info": { "name": "Update a Sip Trunk", "type": "http" }, "http": { "method": "PATCH", "url": "https://brands.api.sinch.com/v1/projects/:project_id/trunks/:trunk_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" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration of an existing SIP trunk." }, { "info": { "name": "Delete a Sip Trunk", "type": "http" }, "http": { "method": "DELETE", "url": "https://brands.api.sinch.com/v1/projects/:project_id/trunks/:trunk_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" } ] }, "docs": "Deletes a specific SIP trunk and all its associated configuration." } ] } ], "bundled": true }