{ "opencollection": "1.0.0", "info": { "name": "Sinch Brands Access Control Lists Applications API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "Get Numbers Assigned to Application", "type": "http" }, "http": { "method": "GET", "url": "https://brands.api.sinch.com/calling/v1/configuration/numbers" }, "docs": "Returns the list of phone numbers assigned to the Voice API application." }, { "info": { "name": "Get Application Callback Urls", "type": "http" }, "http": { "method": "GET", "url": "https://brands.api.sinch.com/calling/v1/configuration/callbacks/applications/:application_key", "params": [ { "name": "application_key", "value": "", "type": "path", "description": "The application key" } ] }, "docs": "Returns the callback URLs configured for a specific application." }, { "info": { "name": "Update Application Callback Urls", "type": "http" }, "http": { "method": "POST", "url": "https://brands.api.sinch.com/calling/v1/configuration/callbacks/applications/:application_key", "params": [ { "name": "application_key", "value": "", "type": "path", "description": "The application key" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the callback URLs for a specific application." }, { "info": { "name": "Get Number Configuration", "type": "http" }, "http": { "method": "GET", "url": "https://brands.api.sinch.com/calling/v1/configuration/numbers/:number", "params": [ { "name": "number", "value": "", "type": "path", "description": "The phone number in E.164 format" } ] }, "docs": "Returns the configuration for a specific phone number." }, { "info": { "name": "Update Number Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://brands.api.sinch.com/calling/v1/configuration/numbers/:number", "params": [ { "name": "number", "value": "", "type": "path", "description": "The phone number in E.164 format" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration for a specific phone number including the application key assignment and capability." }, { "info": { "name": "Unassign a Number", "type": "http" }, "http": { "method": "DELETE", "url": "https://brands.api.sinch.com/calling/v1/configuration/numbers/:number", "params": [ { "name": "number", "value": "", "type": "path", "description": "The phone number in E.164 format" } ] }, "docs": "Unassigns a phone number from the application." } ] } ], "bundled": true }