{ "opencollection": "1.0.0", "info": { "name": "Sinch Brands Access Control Lists Apps API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Apps", "type": "folder" }, "items": [ { "info": { "name": "List Apps", "type": "http" }, "http": { "method": "GET", "url": "https://brands.api.sinch.com/v1/projects/:project_id/apps", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" } ] }, "docs": "Returns a list of all Conversation API apps in the project." }, { "info": { "name": "Create an App", "type": "http" }, "http": { "method": "POST", "url": "https://brands.api.sinch.com/v1/projects/:project_id/apps", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Conversation API app with channel credentials." }, { "info": { "name": "Get an App", "type": "http" }, "http": { "method": "GET", "url": "https://brands.api.sinch.com/v1/projects/:project_id/apps/:app_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" }, { "name": "app_id", "value": "", "type": "path", "description": "The unique app identifier" } ] }, "docs": "Returns the details of a specific Conversation API app." }, { "info": { "name": "Update an App", "type": "http" }, "http": { "method": "PATCH", "url": "https://brands.api.sinch.com/v1/projects/:project_id/apps/:app_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" }, { "name": "app_id", "value": "", "type": "path", "description": "The unique app identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the properties of a specific Conversation API app." }, { "info": { "name": "Delete an App", "type": "http" }, "http": { "method": "DELETE", "url": "https://brands.api.sinch.com/v1/projects/:project_id/apps/:app_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" }, { "name": "app_id", "value": "", "type": "path", "description": "The unique app identifier" } ] }, "docs": "Deletes a specific Conversation API app." } ] } ], "bundled": true }