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