{"info":{"_postman_id":"9f193f6a-715b-4dfa-aa4d-4f81086669e4","name":"LINE Messaging API","description":"<html><head></head><body><p>LINE Messaging APIの使用法をまとめています。\n個人メモです。</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9371007","collectionId":"9f193f6a-715b-4dfa-aa4d-4f81086669e4","publishedId":"TWDfDYSn","public":true,"customColor":{"top-bar":"1dcd00","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-03-02T16:49:22.000Z"},"item":[{"name":"ボットの情報を取得する","item":[{"name":"ボットの情報を取得する","id":"e4402d33-ad29-42aa-963b-9d33cd81e340","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer Your token","type":"text"}],"url":"https://api.line.me/v2/bot/info","urlObject":{"protocol":"https","path":["v2","bot","info"],"host":["api","line","me"],"query":[],"variable":[]}},"response":[{"id":"5578c5ab-190a-43a6-9951-b98a363f12af","name":"ボットの情報を取得する","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer Your token","type":"text"}],"url":"https://api.line.me/v2/bot/info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Tue, 02 Mar 2021 14:47:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-line-request-id","value":"a1656da9-7051-4fbb-a55a-a149383bd098"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"x-frame-options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"userId\": \"Uf4e6360a7aa07597afbf9ed098476cdd\",\n    \"basicId\": \"@537dytgv\",\n    \"displayName\": \"memento mori\",\n    \"pictureUrl\": \"https://profile.line-scdn.net/0hpWBJhnpgL3h_MzkhOYhQL0N2IRUIHSkwB1U3GA0xIR1VU216Q1YwSVs1eB0CAjsvR1c1SltkcBxT\",\n    \"chatMode\": \"bot\",\n    \"markAsReadMode\": \"auto\"\n}"}],"_postman_id":"e4402d33-ad29-42aa-963b-9d33cd81e340"}],"id":"ad4f9a0f-b780-48c5-a1be-11496a51387f","description":"<p><a href=\"https://developers.line.biz/ja/reference/messaging-api/#send-push-message\">https://developers.line.biz/ja/reference/messaging-api/#send-push-message</a></p>\n","_postman_id":"ad4f9a0f-b780-48c5-a1be-11496a51387f"},{"name":"ブロードキャストメッセージを送る","item":[{"name":"ブロードキャストメッセージを送る","id":"e97fab87-734d-4203-9d97-06fa171363a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Your token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messages\":[\n        {\n            \"type\":\"text\",\n            \"text\":\"memento mori\"\n        }\n    ]\n}"},"url":"https://api.line.me/v2/bot/message/broadcast","urlObject":{"protocol":"https","path":["v2","bot","message","broadcast"],"host":["api","line","me"],"query":[],"variable":[]}},"response":[{"id":"594620b8-7e19-4c4b-8e53-22368b0d1706","name":"ブロードキャストメッセージを送る","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Your token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messages\":[\n        {\n            \"type\":\"text\",\n            \"text\":\"memento mori\"\n        }\n    ]\n}"},"url":"https://api.line.me/v2/bot/message/broadcast"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Tue, 02 Mar 2021 16:35:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-line-request-id","value":"fc5741c8-a94b-493c-893e-078b0ad45868"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"x-frame-options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"e97fab87-734d-4203-9d97-06fa171363a5"}],"id":"dcd98adc-4d54-4bff-8366-3006d8421c9d","description":"<p><a href=\"https://api.line.me/v2/bot/message/broadcasthttps://developers.line.biz/ja/reference/messaging-api/#send-push-message\">https://api.line.me/v2/bot/message/broadcasthttps://developers.line.biz/ja/reference/messaging-api/#send-push-message</a></p>\n","_postman_id":"dcd98adc-4d54-4bff-8366-3006d8421c9d"}],"event":[{"listen":"prerequest","script":{"id":"ee32846a-7ae9-4d93-9897-981d29046b62","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"748248c0-58fc-400b-944b-22a507c6eac7","type":"text/javascript","exec":[""]}}],"variable":[{"key":"token","value":"Bearer Your token"}]}