{ "opencollection": "1.0.0", "info": { "name": "Sinch Brands Access Control Lists SIP Endpoints API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "SIP Endpoints", "type": "folder" }, "items": [ { "info": { "name": "List Sip Endpoints", "type": "http" }, "http": { "method": "GET", "url": "https://brands.api.sinch.com/v1/projects/:project_id/trunks/:trunk_id/sipEndpoints", "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 a list of SIP endpoints associated with a specific trunk." }, { "info": { "name": "Create a Sip Endpoint", "type": "http" }, "http": { "method": "POST", "url": "https://brands.api.sinch.com/v1/projects/:project_id/trunks/:trunk_id/sipEndpoints", "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 SIP endpoint representing your SIP infrastructure (PBX, contact center, etc.) and associates it with a trunk." }, { "info": { "name": "Get a Sip Endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://brands.api.sinch.com/v1/projects/:project_id/trunks/:trunk_id/sipEndpoints/:endpoint_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": "endpoint_id", "value": "", "type": "path", "description": "The unique SIP endpoint identifier" } ] }, "docs": "Returns the details of a specific SIP endpoint." }, { "info": { "name": "Update a Sip Endpoint", "type": "http" }, "http": { "method": "PATCH", "url": "https://brands.api.sinch.com/v1/projects/:project_id/trunks/:trunk_id/sipEndpoints/:endpoint_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": "endpoint_id", "value": "", "type": "path", "description": "The unique SIP endpoint identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration of a specific SIP endpoint." }, { "info": { "name": "Delete a Sip Endpoint", "type": "http" }, "http": { "method": "DELETE", "url": "https://brands.api.sinch.com/v1/projects/:project_id/trunks/:trunk_id/sipEndpoints/:endpoint_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": "endpoint_id", "value": "", "type": "path", "description": "The unique SIP endpoint identifier" } ] }, "docs": "Deletes a specific SIP endpoint from the trunk." } ] } ], "bundled": true }