{ "opencollection": "1.0.0", "info": { "name": "Sinch Brands Access Control Lists LINE Senders API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "LINE Senders", "type": "folder" }, "items": [ { "info": { "name": "List Line Senders", "type": "http" }, "http": { "method": "GET", "url": "https://brands.api.sinch.com/v1/projects/:project_id/line/senders", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" } ] }, "docs": "Returns a list of all LINE senders configured for the project." }, { "info": { "name": "Create a Line Sender", "type": "http" }, "http": { "method": "POST", "url": "https://brands.api.sinch.com/v1/projects/:project_id/line/senders", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new LINE sender for messaging through the Conversation API." } ] } ], "bundled": true }