{"info":{"_postman_id":"c1950d26-3cde-45c4-8d65-7ed200c0d3ec","name":"StoryChief API","description":"<html><head></head><body><p>Connect any website using the <a href=\"#e293ef34-8551-4d74-9c76-5b9ab39567f3\">Webhook API</a> or create any virtually anything on top of <a href=\"https://storychief.io\">StoryChief</a> by consuming our <a href=\"#8b9f5828-193e-4eb7-aef5-9deab73ab972\">REST API</a>.</p>\n<h1 id=\"using-with-postman\">Using with Postman</h1>\n<p>Try all of the example requests in our API documentation through the popular Postman REST client. Install our Postman collection, optionally configure your environment, and execute the requests.</p>\n<h2 id=\"1-installing-the-postman-collection\">1. Installing the Postman collection</h2>\n<p>If you don't have Postman installed, you can get it from the <a href=\"https://www.getpostman.com/downloads/\">Postman apps</a> page.</p>\n<p>Then, press the \"Run in Postman\" button on the top-right to install the Storychief collection of requests. After confirming all dialogs, the collection will appear in the left pane:</p>\n<img src=\"https://images.storychief.com/public-assets/postman-collection.jpg?1\" alt=\"The StoryChief Postman collection\">\n\n<h2 id=\"2-configuring-your-environment\">2. Configuring your environment</h2>\n<p>Our collection comes with a pre-configured \"Documentation environment\".<br>You can change these variables to your specific values.</p>\n<p>More information about each variable and their value on the Webhook folder and the REST API folder.</p>\n<img src=\"https://images.storychief.com/public-assets/postman-environment-listing.jpg?1\" alt=\"The StoryChief Postman collection\">\n\n<img src=\"https://images.storychief.com/public-assets/postman-environment-vars.jpg?1\" alt=\"The StoryChief Postman collection\">\n\n<h1 id=\"feedback-help\">Feedback / help</h1>\n<p>For any help with the API you can contact us via the chat inside of the StoryChief app or email us on <a href=\"https://mailto:developers@storychief.io\">developers@storychief.io</a>.</p>\n<p>If you have any feedback on our API please email us on <a href=\"https://mailto:developers@storychief.io\">developers@storychief.io</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Using with Postman","slug":"using-with-postman"},{"content":"Feedback / help","slug":"feedback-help"}],"owner":"3269417","collectionId":"c1950d26-3cde-45c4-8d65-7ed200c0d3ec","publishedId":"SVmwvHwN","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"414042","highlight":"001FE6"},"publishDate":"2021-01-19T14:50:27.000Z"},"item":[{"name":"Webhook Publishing","item":[{"name":"Test event","event":[{"listen":"prerequest","script":{"id":"361742a2-5863-48db-80f0-6b6c323c736d","exec":[""],"type":"text/javascript"}}],"id":"7aef636e-eb5c-4d8c-969c-6fcf57165ff7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","type":"text","value":"application/json"},{"key":"User-Agent","value":"Story Chief","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"meta\": {\n        \"event\": \"test\",\n        \"mac\": \"{{hmac}}\"\n    },\n    \"data\": []\n}"},"url":"{{WEBHOOK_ENDPOINT}}","description":"<p>The main goal of this event is to check if your endpoint is still up and running. StoryChief will send this event occasionally. But you can also force it by updating your channel's configuration inside of StoryChief.</p>\n<p>If your account has custom fields defined it will also include the nescessary info of these fields (see example requests).</p>\n","urlObject":{"host":["{{WEBHOOK_ENDPOINT}}"],"query":[],"variable":[]}},"response":[{"id":"8095f366-5432-4f08-9d78-4321d91bcbd0","name":"Custom fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","type":"text","value":"application/json"},{"key":"User-Agent","value":"Story Chief","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"meta\": {\n        \"event\": \"test\",\n        \"mac\": \"{{hmac}}\"\n    },\n    \"data\": {\n        \"custom_fields\": {\n            \"data\": [\n                {\n                    \"label\": \"Author\",\n                    \"name\": \"author\",\n                    \"type\": \"select\"\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ENDPOINT}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Wed, 18 Sep 2019 19:59:45 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Content-Length","value":"28","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Powered-By","value":"Craft CMS","enabled":true}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"c0c6fe3c-7397-4e9e-9220-07f86caf4676","name":"Invalid Hmac","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","type":"text","value":"application/json"},{"key":"User-Agent","value":"Story Chief","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"meta\": {\n        \"event\": \"test\",\n        \"mac\": \"FAULTY_HMAC\"\n    },\n    \"data\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{ENDPOINT}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"\"Hmac validation failed\""}],"_postman_id":"7aef636e-eb5c-4d8c-969c-6fcf57165ff7"},{"name":"Publish event","event":[{"listen":"prerequest","script":{"id":"e773e821-c6fc-4d3a-b01d-dd3c9d4bb127","exec":[""],"type":"text/javascript"}}],"id":"fb73b0fc-39f6-4c2e-b231-6687a2646287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"User-Agent","type":"text","value":"Story Chief"}],"body":{"mode":"raw","raw":"{\n    \"meta\": {\n        \"event\": \"publish\",\n        \"mac\": \"{{hmac}}\"\n    },\n    \"data\": {\n        \"external_id\": null,\n        \"storychief_id\": 559425555,\n        \"title\": \"We made plastic. We depend on it. Now we're drowning in it.\",\n        \"seo_title\": \"Planet or plastic?\",\n        \"seo_description\": \"This story is part of Planet or Plastic?—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to reduce your own single-use plastics, and take your pledge.\",\n        \"seo_slug\": \"planet-or-plastic\",\n        \"seo_keywords\": {\n            \"data\": [\n                {\n                    \"name\": \"planets\"\n                }\n            ]\n        },\n        \"seo_score\": 38,\n        \"readability_score\": 50,\n        \"content\": \"<p class=\\\"9gchp\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"96c4d\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"fv67l\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"image regular\\\"><img alt=\\\"Alternative text\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\\\" /></figure><blockquote>This story is part of <a  href=\\\"https://www.nationalgeographic.com/environment/planetorplastic/\\\">Planet or Plastic?</a>—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to <a  href=\\\"https://news.nationalgeographic.com/2018/05/plastics-facts-infographics-ocean-pollution\\\">reduce your own single-use plastics</a>, and <a  href=\\\"https://www.nationalgeographic.com/environment/plasticpledge\\\">take your pledge</a>. <br/><br/>Read this story and more in the <a  href=\\\"https://www.nationalgeographic.com/magazine/2018/06\\\">June 2018</a> issue of <em>National Geographic</em> magazine.</blockquote><p class=\\\"5d2a9\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"d0ti\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"dgo6h\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"gallery regular\\\"><div class=\\\"strchf-gallery\\\"><div class=\\\"strchf-gallery-preloader\\\" style=\\\"background-color:#F8F8F8;line-height: 0;margin-top: 40px;padding: 30% 0;text-align: center;width: 100%;\\\"><div style=\\\"background:url(data:image/gif;base64,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); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;\\\"></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-images\\\"><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/0455806eb5dd094c360c1507d0ff07f3_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/4096e5a1e30eb6268085bbce989cd141_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/85d1dcc2f8d31985840d6c37d080134b_800.jpg\\\" /></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-controls\\\"><div class=\\\"strchf-gallery-control-prev\\\" role=\\\"button\\\">&#8249;</div><div class=\\\"strchf-gallery-control-next\\\" role=\\\"button\\\">&#8250;</div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-nav\\\"><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div></div></div></figure><p>After sheets of clear plastic trash have been washed in the Buriganga River, in Dhaka, Bangladesh, Noorjahan spreads them out to dry, turning them regularly— while also tending to her son, Momo. The plastic will eventually be sold to a recycler. Less than a fifth of all plastic gets recycled globally. In the U.S. it’s less than 10 percent.</p><p class=\\\"evh3o\\\">Because plastic wasn’t invented until the late 19th century, and production really only took off around 1950, we have a mere 9.2 billion tons of the stuff to deal with. Of that, more than 6.9 billion tons have become waste. And of that waste, a staggering 6.3 billion tons never made it to a recycling bin—a figure that stunned the scientists who crunched the numbers in 2017.</p><figure class=\\\"embed regular\\\"><div class=\\\"embed-container\\\"><blockquote class=\\\"twitter-tweet\\\"><p lang=\\\"en\\\" dir=\\\"ltr\\\">If every sailor who anchors in a bay takes a bag of plastic waist with him, we then can turn the tide on plastic! <a href=\\\"https://t.co/T3h1RJ41Zr\\\">pic.twitter.com/T3h1RJ41Zr</a></p>&mdash; Harry Wagemakers (@harrywagemakers) <a href=\\\"https://twitter.com/harrywagemakers/status/1002131952605061120?ref_src=twsrc%5Etfw\\\">May 31, 2018</a></blockquote>  <script async src = \\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"></script>  </div></figure><!-- strchf script --><script async src=\\\"https://d2wvyaiai4v4wx.cloudfront.net/scripts/v0/strchf.js\\\"></script><!-- End strchf script -->\",\n        \"excerpt\": \"The miracle material has made modern life possible. But more than 40 percent of it is used just once, and it’s choking our waterways.\",\n        \"featured_image\": {\n            \"data\": {\n                \"url\": \"https://d2wvyaiai4v4wx.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"alt\": \"Plastics floating around\",\n                \"name\": \"ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"sizes\": {\n                    \"regular\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\",\n                    \"large\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_1000.jpg\",\n                    \"full\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_2000.jpg\"\n                }\n            }\n        },\n        \"custom_fields\": [\n            {\n                \"key\": \"author\",\n                \"value\": \"15\"\n            }\n        ],\n        \"tags\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2769118967,\n                    \"name\": \"Go green\",\n                    \"slug\": \"go-green\"\n                }\n            ]\n        },\n        \"category\": {\n            \"data\": {\n                \"storychief_id\": 2544218965,\n                \"name\": \"Plastic\",\n                \"slug\": \"plastic\"\n            }\n        },\n        \"categories\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2544218965,\n                    \"name\": \"Plastic\",\n                    \"slug\": \"plastic\"\n                },\n                {\n                    \"storychief_id\": 2544218394,\n                    \"name\": \"Oceans\",\n                    \"slug\": \"oceans\"\n                },\n                {\n                    \"storychief_id\": 2546483902,\n                    \"name\": \"Environment\",\n                    \"slug\": \"environment\"\n                }\n            ]\n        },\n        \"author\": {\n            \"data\": {\n            \t\"storychief_id\": 4572648511,\n                \"first_name\": \"William\",\n                \"last_name\": \"MacSloth\",\n                \"bio\": null,\n                \"email\": \"william@example.org\",\n                \"profile_picture\": {\n                    \"data\": {\n                        \"url\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                        \"alt\": \"William MacSloth\",\n                        \"name\": \"William_MacSloth\",\n                        \"sizes\": {\n                            \"regular\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"large\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"full\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\"\n                        }\n                    }\n                }\n            }\n        },\n        \"language\": \"en\",\n        \"canonical\": \"https://example.org/planet-or-plastic\",\n        \"source\": [],\n        \"published_at\": \"2019-08-08T15:38:24+02:00\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{WEBHOOK_ENDPOINT}}","description":"<p>This event is is used when a story should be published. It expects a response confirming it was properly published with the <code>id</code> of the story in your local database and the <code>permalink</code> (URL) where the story is hosted.</p>\n<p>This URL is needed for publishing <strong>multi-channel</strong> and <strong>sharing</strong> your article across social media.</p>\n<p>The ID is used for easy <strong>updating</strong> and <strong>deleting</strong>.</p>\n<p><strong>⚠ Note:</strong> the field <code>seo_slug</code> in the payload may be null when a user didn't specify a specific slug. In that case StoryChief expects your website to generate it's own slug, based on whatever logic it employs.</p>\n<h2 id=\"error-handling\">Error handling</h2>\n<h3 id=\"4xx-response\">4xx response</h3>\n<p>Any 4xx response is considered an authentication error and will immediatly disconnect the channel.</p>\n<p>Include a message in the response body to show it to the end-user (see example requests).</p>\n<h3 id=\"5xx-response\">5xx response</h3>\n<p>Any 5xx response is considered a one-off error.</p>\n<p>Include a message in the response body to show it to the end-user (see example requests).</p>\n","urlObject":{"host":["{{WEBHOOK_ENDPOINT}}"],"query":[],"variable":[]}},"response":[{"id":"eea2cb31-0a22-4116-927a-01474948c329","name":"Publish event","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"},{"key":"User-Agent","value":"Story Chief","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"meta\": {\n        \"event\": \"publish\",\n        \"mac\": \"{{hmac}}\"\n    },\n    \"data\": {\n        \"external_id\": null,\n        \"storychief_id\": 559425555,\n        \"title\": \"We made plastic. We depend on it. Now we're drowning in it.\",\n        \"seo_title\": \"Planet or plastic?\",\n        \"seo_description\": \"This story is part of Planet or Plastic?—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to reduce your own single-use plastics, and take your pledge.\",\n        \"seo_slug\": \"planet-or-plastic\",\n        \"seo_keywords\": {\n            \"data\": [\n                {\n                    \"name\": \"planets\"\n                }\n            ]\n        },\n        \"seo_score\": 38,\n        \"readability_score\": 50,\n        \"content\": \"<p class=\\\"9gchp\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"96c4d\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"fv67l\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"image regular\\\"><img alt=\\\"Alternative text\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\\\" /></figure><blockquote>This story is part of <a  href=\\\"https://www.nationalgeographic.com/environment/planetorplastic/\\\">Planet or Plastic?</a>—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to <a  href=\\\"https://news.nationalgeographic.com/2018/05/plastics-facts-infographics-ocean-pollution\\\">reduce your own single-use plastics</a>, and <a  href=\\\"https://www.nationalgeographic.com/environment/plasticpledge\\\">take your pledge</a>. <br/><br/>Read this story and more in the <a  href=\\\"https://www.nationalgeographic.com/magazine/2018/06\\\">June 2018</a> issue of <em>National Geographic</em> magazine.</blockquote><p class=\\\"5d2a9\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"d0ti\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"dgo6h\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"gallery regular\\\"><div class=\\\"strchf-gallery\\\"><div class=\\\"strchf-gallery-preloader\\\" style=\\\"background-color:#F8F8F8;line-height: 0;margin-top: 40px;padding: 30% 0;text-align: center;width: 100%;\\\"><div style=\\\"background:url(data:image/gif;base64,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); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;\\\"></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-images\\\"><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/0455806eb5dd094c360c1507d0ff07f3_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/4096e5a1e30eb6268085bbce989cd141_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/85d1dcc2f8d31985840d6c37d080134b_800.jpg\\\" /></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-controls\\\"><div class=\\\"strchf-gallery-control-prev\\\" role=\\\"button\\\">&#8249;</div><div class=\\\"strchf-gallery-control-next\\\" role=\\\"button\\\">&#8250;</div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-nav\\\"><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div></div></div></figure><p>After sheets of clear plastic trash have been washed in the Buriganga River, in Dhaka, Bangladesh, Noorjahan spreads them out to dry, turning them regularly— while also tending to her son, Momo. The plastic will eventually be sold to a recycler. Less than a fifth of all plastic gets recycled globally. In the U.S. it’s less than 10 percent.</p><p class=\\\"evh3o\\\">Because plastic wasn’t invented until the late 19th century, and production really only took off around 1950, we have a mere 9.2 billion tons of the stuff to deal with. Of that, more than 6.9 billion tons have become waste. And of that waste, a staggering 6.3 billion tons never made it to a recycling bin—a figure that stunned the scientists who crunched the numbers in 2017.</p><figure class=\\\"embed regular\\\"><div class=\\\"embed-container\\\"><blockquote class=\\\"twitter-tweet\\\"><p lang=\\\"en\\\" dir=\\\"ltr\\\">If every sailor who anchors in a bay takes a bag of plastic waist with him, we then can turn the tide on plastic! <a href=\\\"https://t.co/T3h1RJ41Zr\\\">pic.twitter.com/T3h1RJ41Zr</a></p>&mdash; Harry Wagemakers (@harrywagemakers) <a href=\\\"https://twitter.com/harrywagemakers/status/1002131952605061120?ref_src=twsrc%5Etfw\\\">May 31, 2018</a></blockquote>  <script async src = \\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"></script>  </div></figure><!-- strchf script --><script async src=\\\"https://d2wvyaiai4v4wx.cloudfront.net/scripts/v0/strchf.js\\\"></script><!-- End strchf script -->\",\n        \"excerpt\": \"The miracle material has made modern life possible. But more than 40 percent of it is used just once, and it’s choking our waterways.\",\n        \"featured_image\": {\n            \"data\": {\n                \"url\": \"https://d2wvyaiai4v4wx.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"alt\": \"Plastics floating around\",\n                \"name\": \"ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"sizes\": {\n                    \"regular\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\",\n                    \"large\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_1000.jpg\",\n                    \"full\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_2000.jpg\"\n                }\n            }\n        },\n         \"custom_fields\": [\n            {\n                \"key\": \"author\",\n                \"value\": \"15\"\n            }\n        ],\n        \"tags\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2769118967,\n                    \"name\": \"Go green\",\n                    \"slug\": \"go-green\"\n                }\n            ]\n        },\n        \"category\": {\n            \"data\": {\n                \"storychief_id\": 2544218965,\n                \"name\": \"Plastic\",\n                \"slug\": \"plastic\"\n            }\n        },\n        \"categories\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2544218965,\n                    \"name\": \"Plastic\",\n                    \"slug\": \"plastic\"\n                },\n                {\n                    \"storychief_id\": 2544218394,\n                    \"name\": \"Oceans\",\n                    \"slug\": \"oceans\"\n                },\n                {\n                    \"storychief_id\": 2546483902,\n                    \"name\": \"Environment\",\n                    \"slug\": \"environment\"\n                }\n            ]\n        },\n        \"author\": {\n            \"data\": {\n            \t\"storychief_id\": 4572648511,\n                \"first_name\": \"William\",\n                \"last_name\": \"MacSloth\",\n                \"bio\": null,\n                \"email\": \"william@example.org\",\n                \"profile_picture\": {\n                    \"data\": {\n                        \"url\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                        \"alt\": \"William MacSloth\",\n                        \"name\": \"William_MacSloth\",\n                        \"sizes\": {\n                            \"regular\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"large\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"full\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\"\n                        }\n                    }\n                }\n            }\n        },\n        \"language\": \"en\",\n        \"canonical\": \"https://example.org/planet-or-plastic\",\n        \"source\": [],\n        \"published_at\": \"2019-08-08T15:38:24+02:00\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ENDPOINT}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Wed, 18 Sep 2019 23:14:36 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Content-Length","value":"142","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Powered-By","value":"Craft CMS","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"permalink\": \"https://example.org/planet-or-plastic\",\n    \"mac\": \"73c48056706a30ee21e6fc1cf065dd46f378236fb0875bbf5f8edc0ae34e5dea\"\n}"},{"id":"722a0a34-8f21-4342-8285-69fdbd5b2db7","name":"Invalid Hmac","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"User-Agent","type":"text","value":"Story Chief"}],"body":{"mode":"raw","raw":"{\n    \"meta\": {\n        \"event\": \"publish\",\n        \"mac\": \"FAULT_HMAC\"\n    },\n    \"data\": {\n        \"external_id\": null,\n        \"storychief_id\": 559425555,\n        \"title\": \"We made plastic. We depend on it. Now we're drowning in it.\",\n        \"seo_title\": \"Planet or plastic?\",\n        \"seo_description\": \"This story is part of Planet or Plastic?—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to reduce your own single-use plastics, and take your pledge.\",\n        \"seo_slug\": \"planet-or-plastic\",\n        \"seo_keywords\": {\n            \"data\": [\n                {\n                    \"name\": \"planets\"\n                }\n            ]\n        },\n        \"seo_score\": 38,\n        \"readability_score\": 50,\n        \"content\": \"<p class=\\\"9gchp\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"96c4d\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"fv67l\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"image regular\\\"><img alt=\\\"Alternative text\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\\\" /></figure><blockquote>This story is part of <a  href=\\\"https://www.nationalgeographic.com/environment/planetorplastic/\\\">Planet or Plastic?</a>—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to <a  href=\\\"https://news.nationalgeographic.com/2018/05/plastics-facts-infographics-ocean-pollution\\\">reduce your own single-use plastics</a>, and <a  href=\\\"https://www.nationalgeographic.com/environment/plasticpledge\\\">take your pledge</a>. <br/><br/>Read this story and more in the <a  href=\\\"https://www.nationalgeographic.com/magazine/2018/06\\\">June 2018</a> issue of <em>National Geographic</em> magazine.</blockquote><p class=\\\"5d2a9\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"d0ti\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"dgo6h\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"gallery regular\\\"><div class=\\\"strchf-gallery\\\"><div class=\\\"strchf-gallery-preloader\\\" style=\\\"background-color:#F8F8F8;line-height: 0;margin-top: 40px;padding: 30% 0;text-align: center;width: 100%;\\\"><div style=\\\"background:url(data:image/gif;base64,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); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;\\\"></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-images\\\"><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/0455806eb5dd094c360c1507d0ff07f3_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/4096e5a1e30eb6268085bbce989cd141_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/85d1dcc2f8d31985840d6c37d080134b_800.jpg\\\" /></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-controls\\\"><div class=\\\"strchf-gallery-control-prev\\\" role=\\\"button\\\">&#8249;</div><div class=\\\"strchf-gallery-control-next\\\" role=\\\"button\\\">&#8250;</div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-nav\\\"><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div></div></div></figure><p>After sheets of clear plastic trash have been washed in the Buriganga River, in Dhaka, Bangladesh, Noorjahan spreads them out to dry, turning them regularly— while also tending to her son, Momo. The plastic will eventually be sold to a recycler. Less than a fifth of all plastic gets recycled globally. In the U.S. it’s less than 10 percent.</p><p class=\\\"evh3o\\\">Because plastic wasn’t invented until the late 19th century, and production really only took off around 1950, we have a mere 9.2 billion tons of the stuff to deal with. Of that, more than 6.9 billion tons have become waste. And of that waste, a staggering 6.3 billion tons never made it to a recycling bin—a figure that stunned the scientists who crunched the numbers in 2017.</p><figure class=\\\"embed regular\\\"><div class=\\\"embed-container\\\"><blockquote class=\\\"twitter-tweet\\\"><p lang=\\\"en\\\" dir=\\\"ltr\\\">If every sailor who anchors in a bay takes a bag of plastic waist with him, we then can turn the tide on plastic! <a href=\\\"https://t.co/T3h1RJ41Zr\\\">pic.twitter.com/T3h1RJ41Zr</a></p>&mdash; Harry Wagemakers (@harrywagemakers) <a href=\\\"https://twitter.com/harrywagemakers/status/1002131952605061120?ref_src=twsrc%5Etfw\\\">May 31, 2018</a></blockquote>  <script async src = \\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"></script>  </div></figure><!-- strchf script --><script async src=\\\"https://d2wvyaiai4v4wx.cloudfront.net/scripts/v0/strchf.js\\\"></script><!-- End strchf script -->\",\n        \"excerpt\": \"The miracle material has made modern life possible. But more than 40 percent of it is used just once, and it’s choking our waterways.\",\n        \"featured_image\": {\n            \"data\": {\n                \"url\": \"https://d2wvyaiai4v4wx.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"alt\": \"Plastics floating around\",\n                \"name\": \"ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"sizes\": {\n                    \"regular\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\",\n                    \"large\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_1000.jpg\",\n                    \"full\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_2000.jpg\"\n                }\n            }\n        },\n        \"custom_fields\": [\n            {\n                \"key\": \"author\",\n                \"value\": \"15\"\n            }\n        ],\n        \"tags\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2769118967,\n                    \"name\": \"Go green\",\n                    \"slug\": \"go-green\"\n                }\n            ]\n        },\n        \"category\": {\n            \"data\": {\n                \"storychief_id\": 2544218965,\n                \"name\": \"Plastic\",\n                \"slug\": \"plastic\"\n            }\n        },\n        \"categories\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2544218965,\n                    \"name\": \"Plastic\",\n                    \"slug\": \"plastic\"\n                },\n                {\n                    \"storychief_id\": 2544218394,\n                    \"name\": \"Oceans\",\n                    \"slug\": \"oceans\"\n                },\n                {\n                    \"storychief_id\": 2546483902,\n                    \"name\": \"Environment\",\n                    \"slug\": \"environment\"\n                }\n            ]\n        },\n        \"author\": {\n            \"data\": {\n            \t\"storychief_id\": 4572648511,\n                \"first_name\": \"William\",\n                \"last_name\": \"MacSloth\",\n                \"bio\": null,\n                \"email\": \"william@example.org\",\n                \"profile_picture\": {\n                    \"data\": {\n                        \"url\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                        \"alt\": \"William MacSloth\",\n                        \"name\": \"William_MacSloth\",\n                        \"sizes\": {\n                            \"regular\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"large\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"full\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\"\n                        }\n                    }\n                }\n            }\n        },\n        \"language\": \"en\",\n        \"canonical\": \"https://example.org/planet-or-plastic\",\n        \"source\": [],\n        \"published_at\": \"2019-08-08T15:38:24+02:00\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ENDPOINT}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"\"Hmac validation failed\""},{"id":"b83b75b1-5e2d-41ce-9e6f-4e3e6cbeaa04","name":"Maintenance mode","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"},{"key":"User-Agent","value":"Story Chief","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"meta\": {\n        \"event\": \"publish\",\n        \"mac\": \"{{hmac}}\"\n    },\n    \"data\": {\n        \"external_id\": null,\n        \"storychief_id\": 559425555,\n        \"title\": \"We made plastic. We depend on it. Now we're drowning in it.\",\n        \"seo_title\": \"Planet or plastic?\",\n        \"seo_description\": \"This story is part of Planet or Plastic?—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to reduce your own single-use plastics, and take your pledge.\",\n        \"seo_slug\": \"planet-or-plastic\",\n        \"seo_keywords\": {\n            \"data\": [\n                {\n                    \"name\": \"planets\"\n                }\n            ]\n        },\n        \"seo_score\": 38,\n        \"readability_score\": 50,\n        \"content\": \"<p class=\\\"9gchp\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"96c4d\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"fv67l\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"image regular\\\"><img alt=\\\"Alternative text\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\\\" /></figure><blockquote>This story is part of <a  href=\\\"https://www.nationalgeographic.com/environment/planetorplastic/\\\">Planet or Plastic?</a>—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to <a  href=\\\"https://news.nationalgeographic.com/2018/05/plastics-facts-infographics-ocean-pollution\\\">reduce your own single-use plastics</a>, and <a  href=\\\"https://www.nationalgeographic.com/environment/plasticpledge\\\">take your pledge</a>. <br/><br/>Read this story and more in the <a  href=\\\"https://www.nationalgeographic.com/magazine/2018/06\\\">June 2018</a> issue of <em>National Geographic</em> magazine.</blockquote><p class=\\\"5d2a9\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"d0ti\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"dgo6h\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"gallery regular\\\"><div class=\\\"strchf-gallery\\\"><div class=\\\"strchf-gallery-preloader\\\" style=\\\"background-color:#F8F8F8;line-height: 0;margin-top: 40px;padding: 30% 0;text-align: center;width: 100%;\\\"><div style=\\\"background:url(data:image/gif;base64,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); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;\\\"></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-images\\\"><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/0455806eb5dd094c360c1507d0ff07f3_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/4096e5a1e30eb6268085bbce989cd141_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/85d1dcc2f8d31985840d6c37d080134b_800.jpg\\\" /></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-controls\\\"><div class=\\\"strchf-gallery-control-prev\\\" role=\\\"button\\\">&#8249;</div><div class=\\\"strchf-gallery-control-next\\\" role=\\\"button\\\">&#8250;</div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-nav\\\"><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div></div></div></figure><p>After sheets of clear plastic trash have been washed in the Buriganga River, in Dhaka, Bangladesh, Noorjahan spreads them out to dry, turning them regularly— while also tending to her son, Momo. The plastic will eventually be sold to a recycler. Less than a fifth of all plastic gets recycled globally. In the U.S. it’s less than 10 percent.</p><p class=\\\"evh3o\\\">Because plastic wasn’t invented until the late 19th century, and production really only took off around 1950, we have a mere 9.2 billion tons of the stuff to deal with. Of that, more than 6.9 billion tons have become waste. And of that waste, a staggering 6.3 billion tons never made it to a recycling bin—a figure that stunned the scientists who crunched the numbers in 2017.</p><figure class=\\\"embed regular\\\"><div class=\\\"embed-container\\\"><blockquote class=\\\"twitter-tweet\\\"><p lang=\\\"en\\\" dir=\\\"ltr\\\">If every sailor who anchors in a bay takes a bag of plastic waist with him, we then can turn the tide on plastic! <a href=\\\"https://t.co/T3h1RJ41Zr\\\">pic.twitter.com/T3h1RJ41Zr</a></p>&mdash; Harry Wagemakers (@harrywagemakers) <a href=\\\"https://twitter.com/harrywagemakers/status/1002131952605061120?ref_src=twsrc%5Etfw\\\">May 31, 2018</a></blockquote>  <script async src = \\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"></script>  </div></figure><!-- strchf script --><script async src=\\\"https://d2wvyaiai4v4wx.cloudfront.net/scripts/v0/strchf.js\\\"></script><!-- End strchf script -->\",\n        \"excerpt\": \"The miracle material has made modern life possible. But more than 40 percent of it is used just once, and it’s choking our waterways.\",\n        \"featured_image\": {\n            \"data\": {\n                \"url\": \"https://d2wvyaiai4v4wx.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"alt\": \"Plastics floating around\",\n                \"name\": \"ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"sizes\": {\n                    \"regular\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\",\n                    \"large\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_1000.jpg\",\n                    \"full\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_2000.jpg\"\n                }\n            }\n        },\n        \"custom_fields\": [\n            {\n                \"key\": \"author\",\n                \"value\": \"15\"\n            }\n        ],\n        \"tags\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2769118967,\n                    \"name\": \"Go green\",\n                    \"slug\": \"go-green\"\n                }\n            ]\n        },\n        \"category\": {\n            \"data\": {\n                \"storychief_id\": 2544218965,\n                \"name\": \"Plastic\",\n                \"slug\": \"plastic\"\n            }\n        },\n        \"categories\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2544218965,\n                    \"name\": \"Plastic\",\n                    \"slug\": \"plastic\"\n                },\n                {\n                    \"storychief_id\": 2544218394,\n                    \"name\": \"Oceans\",\n                    \"slug\": \"oceans\"\n                },\n                {\n                    \"storychief_id\": 2546483902,\n                    \"name\": \"Environment\",\n                    \"slug\": \"environment\"\n                }\n            ]\n        },\n        \"author\": {\n            \"data\": {\n            \t\"storychief_id\": 4572648511,\n                \"first_name\": \"William\",\n                \"last_name\": \"MacSloth\",\n                \"bio\": null,\n                \"email\": \"william@example.org\",\n                \"profile_picture\": {\n                    \"data\": {\n                        \"url\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                        \"alt\": \"William MacSloth\",\n                        \"name\": \"William_MacSloth\",\n                        \"sizes\": {\n                            \"regular\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"large\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"full\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\"\n                        }\n                    }\n                }\n            }\n        },\n        \"language\": \"en\",\n        \"canonical\": \"https://example.org/planet-or-plastic\",\n        \"source\": [],\n        \"published_at\": \"2019-08-08T15:38:24+02:00\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ENDPOINT}}"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"\"The website is currently under maintenance, check back in a short while.\""},{"id":"aeee683c-cd75-499e-b08a-c986b3aea4a3","name":"Publish translation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"},{"key":"User-Agent","value":"Story Chief","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"meta\": {\n        \"event\": \"publish\",\n        \"mac\": \"{{hmac}}\"\n    },\n    \"data\": {\n        \"external_id\": null,\n        \"storychief_id\": 559425555,\n        \"title\": \"We made plastic. We depend on it. Now we're drowning in it.\",\n        \"seo_title\": \"Planet or plastic?\",\n        \"seo_description\": \"This story is part of Planet or Plastic?—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to reduce your own single-use plastics, and take your pledge.\",\n        \"seo_slug\": \"planet-or-plastic\",\n        \"seo_keywords\": {\n            \"data\": [\n                {\n                    \"name\": \"planets\"\n                }\n            ]\n        },\n        \"seo_score\": 38,\n        \"readability_score\": 50,\n        \"content\": \"<p class=\\\"9gchp\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"96c4d\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"fv67l\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"image regular\\\"><img alt=\\\"Alternative text\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\\\" /></figure><blockquote>This story is part of <a  href=\\\"https://www.nationalgeographic.com/environment/planetorplastic/\\\">Planet or Plastic?</a>—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to <a  href=\\\"https://news.nationalgeographic.com/2018/05/plastics-facts-infographics-ocean-pollution\\\">reduce your own single-use plastics</a>, and <a  href=\\\"https://www.nationalgeographic.com/environment/plasticpledge\\\">take your pledge</a>. <br/><br/>Read this story and more in the <a  href=\\\"https://www.nationalgeographic.com/magazine/2018/06\\\">June 2018</a> issue of <em>National Geographic</em> magazine.</blockquote><p class=\\\"5d2a9\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"d0ti\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"dgo6h\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"gallery regular\\\"><div class=\\\"strchf-gallery\\\"><div class=\\\"strchf-gallery-preloader\\\" style=\\\"background-color:#F8F8F8;line-height: 0;margin-top: 40px;padding: 30% 0;text-align: center;width: 100%;\\\"><div style=\\\"background:url(data:image/gif;base64,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); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;\\\"></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-images\\\"><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/0455806eb5dd094c360c1507d0ff07f3_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/4096e5a1e30eb6268085bbce989cd141_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/85d1dcc2f8d31985840d6c37d080134b_800.jpg\\\" /></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-controls\\\"><div class=\\\"strchf-gallery-control-prev\\\" role=\\\"button\\\">&#8249;</div><div class=\\\"strchf-gallery-control-next\\\" role=\\\"button\\\">&#8250;</div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-nav\\\"><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div></div></div></figure><p>After sheets of clear plastic trash have been washed in the Buriganga River, in Dhaka, Bangladesh, Noorjahan spreads them out to dry, turning them regularly— while also tending to her son, Momo. The plastic will eventually be sold to a recycler. Less than a fifth of all plastic gets recycled globally. In the U.S. it’s less than 10 percent.</p><p class=\\\"evh3o\\\">Because plastic wasn’t invented until the late 19th century, and production really only took off around 1950, we have a mere 9.2 billion tons of the stuff to deal with. Of that, more than 6.9 billion tons have become waste. And of that waste, a staggering 6.3 billion tons never made it to a recycling bin—a figure that stunned the scientists who crunched the numbers in 2017.</p><figure class=\\\"embed regular\\\"><div class=\\\"embed-container\\\"><blockquote class=\\\"twitter-tweet\\\"><p lang=\\\"en\\\" dir=\\\"ltr\\\">If every sailor who anchors in a bay takes a bag of plastic waist with him, we then can turn the tide on plastic! <a href=\\\"https://t.co/T3h1RJ41Zr\\\">pic.twitter.com/T3h1RJ41Zr</a></p>&mdash; Harry Wagemakers (@harrywagemakers) <a href=\\\"https://twitter.com/harrywagemakers/status/1002131952605061120?ref_src=twsrc%5Etfw\\\">May 31, 2018</a></blockquote>  <script async src = \\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"></script>  </div></figure><!-- strchf script --><script async src=\\\"https://d2wvyaiai4v4wx.cloudfront.net/scripts/v0/strchf.js\\\"></script><!-- End strchf script -->\",\n        \"excerpt\": \"The miracle material has made modern life possible. But more than 40 percent of it is used just once, and it’s choking our waterways.\",\n        \"featured_image\": {\n            \"data\": {\n                \"url\": \"https://d2wvyaiai4v4wx.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"alt\": \"Plastics floating around\",\n                \"name\": \"ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"sizes\": {\n                    \"regular\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\",\n                    \"large\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_1000.jpg\",\n                    \"full\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_2000.jpg\"\n                }\n            }\n        },\n         \"custom_fields\": [\n            {\n                \"key\": \"author\",\n                \"value\": \"15\"\n            }\n        ],\n        \"tags\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2769118967,\n                    \"name\": \"Go green\",\n                    \"slug\": \"go-green\"\n                }\n            ]\n        },\n        \"category\": {\n            \"data\": {\n                \"storychief_id\": 2544218965,\n                \"name\": \"Plastic\",\n                \"slug\": \"plastic\"\n            }\n        },\n        \"categories\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2544218965,\n                    \"name\": \"Plastic\",\n                    \"slug\": \"plastic\"\n                },\n                {\n                    \"storychief_id\": 2544218394,\n                    \"name\": \"Oceans\",\n                    \"slug\": \"oceans\"\n                },\n                {\n                    \"storychief_id\": 2546483902,\n                    \"name\": \"Environment\",\n                    \"slug\": \"environment\"\n                }\n            ]\n        },\n        \"author\": {\n            \"data\": {\n            \t\"storychief_id\": 4572648511,\n                \"first_name\": \"William\",\n                \"last_name\": \"MacSloth\",\n                \"bio\": null,\n                \"email\": \"william@example.org\",\n                \"profile_picture\": {\n                    \"data\": {\n                        \"url\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                        \"alt\": \"William MacSloth\",\n                        \"name\": \"William_MacSloth\",\n                        \"sizes\": {\n                            \"regular\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"large\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"full\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\"\n                        }\n                    }\n                }\n            }\n        },\n        \"language\": \"en\",\n        \"canonical\": \"https://example.org/planet-or-plastic\",\n        \"source\": {\n            \"data\": {\n                \"external_id\": 95,\n                \"storychief_id\": 559425555,\n                \"language\": \"nl\"\n            }\n        },\n        \"published_at\": \"2019-08-08T15:38:24+02:00\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ENDPOINT}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Wed, 18 Sep 2019 23:14:36 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Content-Length","value":"142","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Powered-By","value":"Craft CMS","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"permalink\": \"https://example.org/planet-or-plastic\",\n    \"mac\": \"73c48056706a30ee21e6fc1cf065dd46f378236fb0875bbf5f8edc0ae34e5dea\"\n}"}],"_postman_id":"fb73b0fc-39f6-4c2e-b231-6687a2646287"},{"name":"Update event","event":[{"listen":"prerequest","script":{"id":"da80c109-6444-4893-9313-e87973e977e8","exec":[""],"type":"text/javascript"}}],"id":"ef1fe8bf-6efe-41df-aa7c-f931c128ef61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"},{"key":"User-Agent","value":"Story Chief","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"meta\": {\n        \"event\": \"update\",\n        \"mac\": \"{{hmac}}\"\n    },\n    \"data\": {\n        \"external_id\": \"1\",\n        \"storychief_id\": 559425555,\n        \"title\": \"UPDATED: We made plastic. We depend on it. Now we're drowning in it.\",\n        \"seo_title\": \"Planet or plastic?\",\n        \"seo_description\": \"This story is part of Planet or Plastic?—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to reduce your own single-use plastics, and take your pledge.\",\n        \"seo_slug\": \"planet-or-plastic\",\n        \"seo_keywords\": {\n            \"data\": [\n                {\n                    \"name\": \"planets\"\n                }\n            ]\n        },\n        \"seo_score\": 38,\n        \"readability_score\": 50,\n        \"content\": \"<p class=\\\"9gchp\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"96c4d\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"fv67l\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"image regular\\\"><img alt=\\\"Alternative text\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\\\" /></figure><blockquote>This story is part of <a  href=\\\"https://www.nationalgeographic.com/environment/planetorplastic/\\\">Planet or Plastic?</a>—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to <a  href=\\\"https://news.nationalgeographic.com/2018/05/plastics-facts-infographics-ocean-pollution\\\">reduce your own single-use plastics</a>, and <a  href=\\\"https://www.nationalgeographic.com/environment/plasticpledge\\\">take your pledge</a>. <br/><br/>Read this story and more in the <a  href=\\\"https://www.nationalgeographic.com/magazine/2018/06\\\">June 2018</a> issue of <em>National Geographic</em> magazine.</blockquote><p class=\\\"5d2a9\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"d0ti\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"dgo6h\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"gallery regular\\\"><div class=\\\"strchf-gallery\\\"><div class=\\\"strchf-gallery-preloader\\\" style=\\\"background-color:#F8F8F8;line-height: 0;margin-top: 40px;padding: 30% 0;text-align: center;width: 100%;\\\"><div style=\\\"background:url(data:image/gif;base64,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); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;\\\"></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-images\\\"><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/0455806eb5dd094c360c1507d0ff07f3_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/4096e5a1e30eb6268085bbce989cd141_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/85d1dcc2f8d31985840d6c37d080134b_800.jpg\\\" /></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-controls\\\"><div class=\\\"strchf-gallery-control-prev\\\" role=\\\"button\\\">&#8249;</div><div class=\\\"strchf-gallery-control-next\\\" role=\\\"button\\\">&#8250;</div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-nav\\\"><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div></div></div></figure><p>After sheets of clear plastic trash have been washed in the Buriganga River, in Dhaka, Bangladesh, Noorjahan spreads them out to dry, turning them regularly— while also tending to her son, Momo. The plastic will eventually be sold to a recycler. Less than a fifth of all plastic gets recycled globally. In the U.S. it’s less than 10 percent.</p><p class=\\\"evh3o\\\">Because plastic wasn’t invented until the late 19th century, and production really only took off around 1950, we have a mere 9.2 billion tons of the stuff to deal with. Of that, more than 6.9 billion tons have become waste. And of that waste, a staggering 6.3 billion tons never made it to a recycling bin—a figure that stunned the scientists who crunched the numbers in 2017.</p><figure class=\\\"embed regular\\\"><div class=\\\"embed-container\\\"><blockquote class=\\\"twitter-tweet\\\"><p lang=\\\"en\\\" dir=\\\"ltr\\\">If every sailor who anchors in a bay takes a bag of plastic waist with him, we then can turn the tide on plastic! <a href=\\\"https://t.co/T3h1RJ41Zr\\\">pic.twitter.com/T3h1RJ41Zr</a></p>&mdash; Harry Wagemakers (@harrywagemakers) <a href=\\\"https://twitter.com/harrywagemakers/status/1002131952605061120?ref_src=twsrc%5Etfw\\\">May 31, 2018</a></blockquote>  <script async src = \\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"></script>  </div></figure><!-- strchf script --><script async src=\\\"https://d2wvyaiai4v4wx.cloudfront.net/scripts/v0/strchf.js\\\"></script><!-- End strchf script -->\",\n        \"excerpt\": \"The miracle material has made modern life possible. But more than 40 percent of it is used just once, and it’s choking our waterways.\",\n        \"featured_image\": {\n            \"data\": {\n                \"url\": \"https://d2wvyaiai4v4wx.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"alt\": \"Plastics floating around\",\n                \"name\": \"ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"sizes\": {\n                    \"regular\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\",\n                    \"large\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_1000.jpg\",\n                    \"full\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_2000.jpg\"\n                }\n            }\n        },\n        \"custom_fields\": [\n            {\n                \"key\": \"author\",\n                \"value\": \"15\"\n            }\n        ],\n        \"tags\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2769118967,\n                    \"name\": \"Go green\",\n                    \"slug\": \"go-green\"\n                }\n            ]\n        },\n        \"category\": {\n            \"data\": {\n                \"storychief_id\": 2544218965,\n                \"name\": \"Plastic\",\n                \"slug\": \"plastic\"\n            }\n        },\n        \"categories\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2544218965,\n                    \"name\": \"Plastic\",\n                    \"slug\": \"plastic\"\n                },\n                {\n                    \"storychief_id\": 2544218394,\n                    \"name\": \"Oceans\",\n                    \"slug\": \"oceans\"\n                },\n                {\n                    \"storychief_id\": 2546483902,\n                    \"name\": \"Environment\",\n                    \"slug\": \"environment\"\n                }\n            ]\n        },\n        \"author\": {\n            \"data\": {\n                \"storychief_id\": 4572648511,\n                \"first_name\": \"William\",\n                \"last_name\": \"MacSloth\",\n                \"bio\": null,\n                \"email\": \"william@example.org\",\n                \"profile_picture\": {\n                    \"data\": {\n                        \"url\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                        \"alt\": \"William MacSloth\",\n                        \"name\": \"William_MacSloth\",\n                        \"sizes\": {\n                            \"regular\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"large\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"full\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\"\n                        }\n                    }\n                }\n            }\n        },\n        \"language\": \"en\",\n        \"canonical\": \"https://example.org/planet-or-plastic\",\n        \"source\": [],\n        \"published_at\": \"2019-08-08T15:38:24+02:00\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{WEBHOOK_ENDPOINT}}","description":"<p>This event updates a previously published story.\nIt embeds the <code>id</code> returned from the publish event as <code>external_id</code> attribute.\nThis makes for easy lookup in your local database.</p>\n<h2 id=\"error-handling\">Error handling</h2>\n<h3 id=\"4xx-response\">4xx response</h3>\n<p>Any 4xx response is considered an authentication error and will immediatly disconnect the channel.</p>\n<p>Include a message in the response body to show it to the end-user (see example requests). </p>\n<h3 id=\"5xx-response\">5xx response</h3>\n<p>Any 5xx response is considered a one-off error. </p>\n<p>Include a message in the response body to show it to the end-user (see example requests).</p>\n","urlObject":{"host":["{{WEBHOOK_ENDPOINT}}"],"query":[],"variable":[]}},"response":[{"id":"62ae878d-8073-465a-9c06-08bd9bff779c","name":"Update event","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"},{"key":"User-Agent","value":"Story Chief","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"meta\": {\n        \"event\": \"update\",\n        \"mac\": \"{{hmac}}\"\n    },\n    \"data\": {\n        \"external_id\": \"1\",\n        \"storychief_id\": 559425555,\n        \"title\": \"UPDATED: We made plastic. We depend on it. Now we're drowning in it.\",\n        \"seo_title\": \"Planet or plastic?\",\n        \"seo_description\": \"This story is part of Planet or Plastic?—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to reduce your own single-use plastics, and take your pledge.\",\n        \"seo_slug\": \"planet-or-plastic\",\n        \"seo_keywords\": {\n            \"data\": [\n                {\n                    \"name\": \"planets\"\n                }\n            ]\n        },\n        \"seo_score\": 38,\n        \"readability_score\": 50,\n        \"content\": \"<p class=\\\"9gchp\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"96c4d\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"fv67l\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"image regular\\\"><img alt=\\\"Alternative text\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\\\" /></figure><blockquote>This story is part of <a  href=\\\"https://www.nationalgeographic.com/environment/planetorplastic/\\\">Planet or Plastic?</a>—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to <a  href=\\\"https://news.nationalgeographic.com/2018/05/plastics-facts-infographics-ocean-pollution\\\">reduce your own single-use plastics</a>, and <a  href=\\\"https://www.nationalgeographic.com/environment/plasticpledge\\\">take your pledge</a>. <br/><br/>Read this story and more in the <a  href=\\\"https://www.nationalgeographic.com/magazine/2018/06\\\">June 2018</a> issue of <em>National Geographic</em> magazine.</blockquote><p class=\\\"5d2a9\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"d0ti\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"dgo6h\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"gallery regular\\\"><div class=\\\"strchf-gallery\\\"><div class=\\\"strchf-gallery-preloader\\\" style=\\\"background-color:#F8F8F8;line-height: 0;margin-top: 40px;padding: 30% 0;text-align: center;width: 100%;\\\"><div style=\\\"background:url(data:image/gif;base64,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); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;\\\"></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-images\\\"><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/0455806eb5dd094c360c1507d0ff07f3_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/4096e5a1e30eb6268085bbce989cd141_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/85d1dcc2f8d31985840d6c37d080134b_800.jpg\\\" /></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-controls\\\"><div class=\\\"strchf-gallery-control-prev\\\" role=\\\"button\\\">&#8249;</div><div class=\\\"strchf-gallery-control-next\\\" role=\\\"button\\\">&#8250;</div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-nav\\\"><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div></div></div></figure><p>After sheets of clear plastic trash have been washed in the Buriganga River, in Dhaka, Bangladesh, Noorjahan spreads them out to dry, turning them regularly— while also tending to her son, Momo. The plastic will eventually be sold to a recycler. Less than a fifth of all plastic gets recycled globally. In the U.S. it’s less than 10 percent.</p><p class=\\\"evh3o\\\">Because plastic wasn’t invented until the late 19th century, and production really only took off around 1950, we have a mere 9.2 billion tons of the stuff to deal with. Of that, more than 6.9 billion tons have become waste. And of that waste, a staggering 6.3 billion tons never made it to a recycling bin—a figure that stunned the scientists who crunched the numbers in 2017.</p><figure class=\\\"embed regular\\\"><div class=\\\"embed-container\\\"><blockquote class=\\\"twitter-tweet\\\"><p lang=\\\"en\\\" dir=\\\"ltr\\\">If every sailor who anchors in a bay takes a bag of plastic waist with him, we then can turn the tide on plastic! <a href=\\\"https://t.co/T3h1RJ41Zr\\\">pic.twitter.com/T3h1RJ41Zr</a></p>&mdash; Harry Wagemakers (@harrywagemakers) <a href=\\\"https://twitter.com/harrywagemakers/status/1002131952605061120?ref_src=twsrc%5Etfw\\\">May 31, 2018</a></blockquote>  <script async src = \\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"></script>  </div></figure><!-- strchf script --><script async src=\\\"https://d2wvyaiai4v4wx.cloudfront.net/scripts/v0/strchf.js\\\"></script><!-- End strchf script -->\",\n        \"excerpt\": \"The miracle material has made modern life possible. But more than 40 percent of it is used just once, and it’s choking our waterways.\",\n        \"featured_image\": {\n            \"data\": {\n                \"url\": \"https://d2wvyaiai4v4wx.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"alt\": \"Plastics floating around\",\n                \"name\": \"ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"sizes\": {\n                    \"regular\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\",\n                    \"large\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_1000.jpg\",\n                    \"full\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_2000.jpg\"\n                }\n            }\n        },\n         \"custom_fields\": [\n            {\n                \"key\": \"author\",\n                \"value\": \"15\"\n            }\n        ],\n        \"tags\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2769118967,\n                    \"name\": \"Go green\",\n                    \"slug\": \"go-green\"\n                }\n            ]\n        },\n        \"category\": {\n            \"data\": {\n                \"storychief_id\": 2544218965,\n                \"name\": \"Plastic\",\n                \"slug\": \"plastic\"\n            }\n        },\n        \"categories\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2544218965,\n                    \"name\": \"Plastic\",\n                    \"slug\": \"plastic\"\n                },\n                {\n                    \"storychief_id\": 2544218394,\n                    \"name\": \"Oceans\",\n                    \"slug\": \"oceans\"\n                },\n                {\n                    \"storychief_id\": 2546483902,\n                    \"name\": \"Environment\",\n                    \"slug\": \"environment\"\n                }\n            ]\n        },\n        \"author\": {\n            \"data\": {\n                \"storychief_id\": 4572648511,\n                \"first_name\": \"William\",\n                \"last_name\": \"MacSloth\",\n                \"bio\": null,\n                \"email\": \"william@example.org\",\n                \"profile_picture\": {\n                    \"data\": {\n                        \"url\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                        \"alt\": \"William MacSloth\",\n                        \"name\": \"William_MacSloth\",\n                        \"sizes\": {\n                            \"regular\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"large\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"full\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\"\n                        }\n                    }\n                }\n            }\n        },\n        \"language\": \"en\",\n        \"canonical\": \"https://example.org/planet-or-plastic\",\n        \"source\": [],\n        \"published_at\": \"2019-08-08T15:38:24+02:00\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ENDPOINT}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Wed, 18 Sep 2019 23:20:08 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Content-Length","value":"144","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Powered-By","value":"Craft CMS","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"1\",\n    \"permalink\": \"https://example.org/planet-or-plastic\",\n    \"mac\": \"aca2d50c4ef2f2ca0a011e77f5565d2d0ee20a6d4ac88cdf76fbdcd3e2ea8f85\"\n}"},{"id":"2d929139-4451-4176-92c5-ab9acb4f4414","name":"Maintenance mode","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"},{"key":"User-Agent","value":"Story Chief","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"meta\": {\n        \"event\": \"update\",\n        \"mac\": \"{{hmac}}\"\n    },\n    \"data\": {\n        \"external_id\": \"1\",\n        \"storychief_id\": 559425555,\n        \"title\": \"UPDATED: We made plastic. We depend on it. Now we're drowning in it.\",\n        \"seo_title\": \"Planet or plastic?\",\n        \"seo_description\": \"This story is part of Planet or Plastic?—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to reduce your own single-use plastics, and take your pledge.\",\n        \"seo_slug\": \"planet-or-plastic\",\n        \"seo_keywords\": {\n            \"data\": [\n                {\n                    \"name\": \"planets\"\n                }\n            ]\n        },\n        \"seo_score\": 38,\n        \"readability_score\": 50,\n        \"content\": \"<p class=\\\"9gchp\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"96c4d\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"fv67l\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"image regular\\\"><img alt=\\\"Alternative text\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\\\" /></figure><blockquote>This story is part of <a  href=\\\"https://www.nationalgeographic.com/environment/planetorplastic/\\\">Planet or Plastic?</a>—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to <a  href=\\\"https://news.nationalgeographic.com/2018/05/plastics-facts-infographics-ocean-pollution\\\">reduce your own single-use plastics</a>, and <a  href=\\\"https://www.nationalgeographic.com/environment/plasticpledge\\\">take your pledge</a>. <br/><br/>Read this story and more in the <a  href=\\\"https://www.nationalgeographic.com/magazine/2018/06\\\">June 2018</a> issue of <em>National Geographic</em> magazine.</blockquote><p class=\\\"5d2a9\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"d0ti\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"dgo6h\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"gallery regular\\\"><div class=\\\"strchf-gallery\\\"><div class=\\\"strchf-gallery-preloader\\\" style=\\\"background-color:#F8F8F8;line-height: 0;margin-top: 40px;padding: 30% 0;text-align: center;width: 100%;\\\"><div style=\\\"background:url(data:image/gif;base64,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); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;\\\"></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-images\\\"><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/0455806eb5dd094c360c1507d0ff07f3_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/4096e5a1e30eb6268085bbce989cd141_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/85d1dcc2f8d31985840d6c37d080134b_800.jpg\\\" /></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-controls\\\"><div class=\\\"strchf-gallery-control-prev\\\" role=\\\"button\\\">&#8249;</div><div class=\\\"strchf-gallery-control-next\\\" role=\\\"button\\\">&#8250;</div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-nav\\\"><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div></div></div></figure><p>After sheets of clear plastic trash have been washed in the Buriganga River, in Dhaka, Bangladesh, Noorjahan spreads them out to dry, turning them regularly— while also tending to her son, Momo. The plastic will eventually be sold to a recycler. Less than a fifth of all plastic gets recycled globally. In the U.S. it’s less than 10 percent.</p><p class=\\\"evh3o\\\">Because plastic wasn’t invented until the late 19th century, and production really only took off around 1950, we have a mere 9.2 billion tons of the stuff to deal with. Of that, more than 6.9 billion tons have become waste. And of that waste, a staggering 6.3 billion tons never made it to a recycling bin—a figure that stunned the scientists who crunched the numbers in 2017.</p><figure class=\\\"embed regular\\\"><div class=\\\"embed-container\\\"><blockquote class=\\\"twitter-tweet\\\"><p lang=\\\"en\\\" dir=\\\"ltr\\\">If every sailor who anchors in a bay takes a bag of plastic waist with him, we then can turn the tide on plastic! <a href=\\\"https://t.co/T3h1RJ41Zr\\\">pic.twitter.com/T3h1RJ41Zr</a></p>&mdash; Harry Wagemakers (@harrywagemakers) <a href=\\\"https://twitter.com/harrywagemakers/status/1002131952605061120?ref_src=twsrc%5Etfw\\\">May 31, 2018</a></blockquote>  <script async src = \\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"></script>  </div></figure><!-- strchf script --><script async src=\\\"https://d2wvyaiai4v4wx.cloudfront.net/scripts/v0/strchf.js\\\"></script><!-- End strchf script -->\",\n        \"excerpt\": \"The miracle material has made modern life possible. But more than 40 percent of it is used just once, and it’s choking our waterways.\",\n        \"featured_image\": {\n            \"data\": {\n                \"url\": \"https://d2wvyaiai4v4wx.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"alt\": \"Plastics floating around\",\n                \"name\": \"ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"sizes\": {\n                    \"regular\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\",\n                    \"large\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_1000.jpg\",\n                    \"full\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_2000.jpg\"\n                }\n            }\n        },\n        \"custom_fields\": [\n            {\n                \"key\": \"author\",\n                \"value\": \"15\"\n            }\n        ],\n        \"tags\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2769118967,\n                    \"name\": \"Go green\",\n                    \"slug\": \"go-green\"\n                }\n            ]\n        },\n        \"category\": {\n            \"data\": {\n                \"storychief_id\": 2544218965,\n                \"name\": \"Plastic\",\n                \"slug\": \"plastic\"\n            }\n        },\n        \"categories\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2544218965,\n                    \"name\": \"Plastic\",\n                    \"slug\": \"plastic\"\n                },\n                {\n                    \"storychief_id\": 2544218394,\n                    \"name\": \"Oceans\",\n                    \"slug\": \"oceans\"\n                },\n                {\n                    \"storychief_id\": 2546483902,\n                    \"name\": \"Environment\",\n                    \"slug\": \"environment\"\n                }\n            ]\n        },\n        \"author\": {\n            \"data\": {\n                \"storychief_id\": 4572648511,\n                \"first_name\": \"William\",\n                \"last_name\": \"MacSloth\",\n                \"bio\": null,\n                \"email\": \"william@example.org\",\n                \"profile_picture\": {\n                    \"data\": {\n                        \"url\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                        \"alt\": \"William MacSloth\",\n                        \"name\": \"William_MacSloth\",\n                        \"sizes\": {\n                            \"regular\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"large\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"full\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\"\n                        }\n                    }\n                }\n            }\n        },\n        \"language\": \"en\",\n        \"canonical\": \"https://example.org/planet-or-plastic\",\n        \"source\": [],\n        \"published_at\": \"2019-08-08T15:38:24+02:00\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ENDPOINT}}"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"\"The website is currently under maintenance, check back in a short while.\""},{"id":"f27d0595-b2d6-4358-bdb4-d924cc49463c","name":"Invalid Hmac","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"},{"key":"User-Agent","value":"Story Chief","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"meta\": {\n        \"event\": \"update\",\n        \"mac\": \"FAULTY_HMAC\"\n    },\n    \"data\": {\n        \"external_id\": \"1\",\n        \"storychief_id\": 559425555,\n        \"title\": \"UPDATED: We made plastic. We depend on it. Now we're drowning in it.\",\n        \"seo_title\": \"Planet or plastic?\",\n        \"seo_description\": \"This story is part of Planet or Plastic?—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to reduce your own single-use plastics, and take your pledge.\",\n        \"seo_slug\": \"planet-or-plastic\",\n        \"seo_keywords\": {\n            \"data\": [\n                {\n                    \"name\": \"planets\"\n                }\n            ]\n        },\n        \"seo_score\": 38,\n        \"readability_score\": 50,\n        \"content\": \"<p class=\\\"9gchp\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"96c4d\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"fv67l\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"image regular\\\"><img alt=\\\"Alternative text\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\\\" /></figure><blockquote>This story is part of <a  href=\\\"https://www.nationalgeographic.com/environment/planetorplastic/\\\">Planet or Plastic?</a>—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to <a  href=\\\"https://news.nationalgeographic.com/2018/05/plastics-facts-infographics-ocean-pollution\\\">reduce your own single-use plastics</a>, and <a  href=\\\"https://www.nationalgeographic.com/environment/plasticpledge\\\">take your pledge</a>. <br/><br/>Read this story and more in the <a  href=\\\"https://www.nationalgeographic.com/magazine/2018/06\\\">June 2018</a> issue of <em>National Geographic</em> magazine.</blockquote><p class=\\\"5d2a9\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"d0ti\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"dgo6h\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"gallery regular\\\"><div class=\\\"strchf-gallery\\\"><div class=\\\"strchf-gallery-preloader\\\" style=\\\"background-color:#F8F8F8;line-height: 0;margin-top: 40px;padding: 30% 0;text-align: center;width: 100%;\\\"><div style=\\\"background:url(data:image/gif;base64,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); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;\\\"></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-images\\\"><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/0455806eb5dd094c360c1507d0ff07f3_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/4096e5a1e30eb6268085bbce989cd141_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/85d1dcc2f8d31985840d6c37d080134b_800.jpg\\\" /></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-controls\\\"><div class=\\\"strchf-gallery-control-prev\\\" role=\\\"button\\\">&#8249;</div><div class=\\\"strchf-gallery-control-next\\\" role=\\\"button\\\">&#8250;</div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-nav\\\"><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div></div></div></figure><p>After sheets of clear plastic trash have been washed in the Buriganga River, in Dhaka, Bangladesh, Noorjahan spreads them out to dry, turning them regularly— while also tending to her son, Momo. The plastic will eventually be sold to a recycler. Less than a fifth of all plastic gets recycled globally. In the U.S. it’s less than 10 percent.</p><p class=\\\"evh3o\\\">Because plastic wasn’t invented until the late 19th century, and production really only took off around 1950, we have a mere 9.2 billion tons of the stuff to deal with. Of that, more than 6.9 billion tons have become waste. And of that waste, a staggering 6.3 billion tons never made it to a recycling bin—a figure that stunned the scientists who crunched the numbers in 2017.</p><figure class=\\\"embed regular\\\"><div class=\\\"embed-container\\\"><blockquote class=\\\"twitter-tweet\\\"><p lang=\\\"en\\\" dir=\\\"ltr\\\">If every sailor who anchors in a bay takes a bag of plastic waist with him, we then can turn the tide on plastic! <a href=\\\"https://t.co/T3h1RJ41Zr\\\">pic.twitter.com/T3h1RJ41Zr</a></p>&mdash; Harry Wagemakers (@harrywagemakers) <a href=\\\"https://twitter.com/harrywagemakers/status/1002131952605061120?ref_src=twsrc%5Etfw\\\">May 31, 2018</a></blockquote>  <script async src = \\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"></script>  </div></figure><!-- strchf script --><script async src=\\\"https://d2wvyaiai4v4wx.cloudfront.net/scripts/v0/strchf.js\\\"></script><!-- End strchf script -->\",\n        \"excerpt\": \"The miracle material has made modern life possible. But more than 40 percent of it is used just once, and it’s choking our waterways.\",\n        \"featured_image\": {\n            \"data\": {\n                \"url\": \"https://d2wvyaiai4v4wx.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"alt\": \"Plastics floating around\",\n                \"name\": \"ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"sizes\": {\n                    \"regular\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\",\n                    \"large\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_1000.jpg\",\n                    \"full\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_2000.jpg\"\n                }\n            }\n        },\n        \"custom_fields\": [\n            {\n                \"key\": \"author\",\n                \"value\": \"15\"\n            }\n        ],\n        \"tags\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2769118967,\n                    \"name\": \"Go green\",\n                    \"slug\": \"go-green\"\n                }\n            ]\n        },\n        \"category\": {\n            \"data\": {\n                \"storychief_id\": 2544218965,\n                \"name\": \"Plastic\",\n                \"slug\": \"plastic\"\n            }\n        },\n        \"categories\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2544218965,\n                    \"name\": \"Plastic\",\n                    \"slug\": \"plastic\"\n                },\n                {\n                    \"storychief_id\": 2544218394,\n                    \"name\": \"Oceans\",\n                    \"slug\": \"oceans\"\n                },\n                {\n                    \"storychief_id\": 2546483902,\n                    \"name\": \"Environment\",\n                    \"slug\": \"environment\"\n                }\n            ]\n        },\n        \"author\": {\n            \"data\": {\n                \"storychief_id\": 4572648511,\n                \"first_name\": \"William\",\n                \"last_name\": \"MacSloth\",\n                \"bio\": null,\n                \"email\": \"william@example.org\",\n                \"profile_picture\": {\n                    \"data\": {\n                        \"url\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                        \"alt\": \"William MacSloth\",\n                        \"name\": \"William_MacSloth\",\n                        \"sizes\": {\n                            \"regular\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"large\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"full\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\"\n                        }\n                    }\n                }\n            }\n        },\n        \"language\": \"en\",\n        \"canonical\": \"https://example.org/planet-or-plastic\",\n        \"source\": [],\n        \"published_at\": \"2019-08-08T15:38:24+02:00\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ENDPOINT}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"\"Hmac validation failed\""}],"_postman_id":"ef1fe8bf-6efe-41df-aa7c-f931c128ef61"},{"name":"Delete event","event":[{"listen":"prerequest","script":{"id":"da80c109-6444-4893-9313-e87973e977e8","exec":[""],"type":"text/javascript"}}],"id":"a4df1fc7-b800-41df-a916-a757fa876340","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"User-Agent","type":"text","value":"Story Chief"}],"body":{"mode":"raw","raw":"{\n    \"meta\": {\n        \"event\": \"delete\",\n        \"mac\": \"{{hmac}}\"\n    },\n    \"data\": {\n        \"external_id\": \"1\",\n        \"storychief_id\": 559425555,\n        \"title\": \"UPDATED: We made plastic. We depend on it. Now we're drowning in it.\",\n        \"seo_title\": \"Planet or plastic?\",\n        \"seo_description\": \"This story is part of Planet or Plastic?—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to reduce your own single-use plastics, and take your pledge.\",\n        \"seo_slug\": \"planet-or-plastic\",\n        \"seo_keywords\": {\n            \"data\": [\n                {\n                    \"name\": \"planets\"\n                }\n            ]\n        },\n        \"seo_score\": 38,\n        \"readability_score\": 50,\n        \"content\": \"<p class=\\\"9gchp\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"96c4d\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"fv67l\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"image regular\\\"><img alt=\\\"Alternative text\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\\\" /></figure><blockquote>This story is part of <a  href=\\\"https://www.nationalgeographic.com/environment/planetorplastic/\\\">Planet or Plastic?</a>—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to <a  href=\\\"https://news.nationalgeographic.com/2018/05/plastics-facts-infographics-ocean-pollution\\\">reduce your own single-use plastics</a>, and <a  href=\\\"https://www.nationalgeographic.com/environment/plasticpledge\\\">take your pledge</a>. <br/><br/>Read this story and more in the <a  href=\\\"https://www.nationalgeographic.com/magazine/2018/06\\\">June 2018</a> issue of <em>National Geographic</em> magazine.</blockquote><p class=\\\"5d2a9\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"d0ti\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"dgo6h\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"gallery regular\\\"><div class=\\\"strchf-gallery\\\"><div class=\\\"strchf-gallery-preloader\\\" style=\\\"background-color:#F8F8F8;line-height: 0;margin-top: 40px;padding: 30% 0;text-align: center;width: 100%;\\\"><div style=\\\"background:url(data:image/gif;base64,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); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;\\\"></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-images\\\"><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/0455806eb5dd094c360c1507d0ff07f3_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/4096e5a1e30eb6268085bbce989cd141_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/85d1dcc2f8d31985840d6c37d080134b_800.jpg\\\" /></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-controls\\\"><div class=\\\"strchf-gallery-control-prev\\\" role=\\\"button\\\">&#8249;</div><div class=\\\"strchf-gallery-control-next\\\" role=\\\"button\\\">&#8250;</div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-nav\\\"><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div></div></div></figure><p>After sheets of clear plastic trash have been washed in the Buriganga River, in Dhaka, Bangladesh, Noorjahan spreads them out to dry, turning them regularly— while also tending to her son, Momo. The plastic will eventually be sold to a recycler. Less than a fifth of all plastic gets recycled globally. In the U.S. it’s less than 10 percent.</p><p class=\\\"evh3o\\\">Because plastic wasn’t invented until the late 19th century, and production really only took off around 1950, we have a mere 9.2 billion tons of the stuff to deal with. Of that, more than 6.9 billion tons have become waste. And of that waste, a staggering 6.3 billion tons never made it to a recycling bin—a figure that stunned the scientists who crunched the numbers in 2017.</p><figure class=\\\"embed regular\\\"><div class=\\\"embed-container\\\"><blockquote class=\\\"twitter-tweet\\\"><p lang=\\\"en\\\" dir=\\\"ltr\\\">If every sailor who anchors in a bay takes a bag of plastic waist with him, we then can turn the tide on plastic! <a href=\\\"https://t.co/T3h1RJ41Zr\\\">pic.twitter.com/T3h1RJ41Zr</a></p>&mdash; Harry Wagemakers (@harrywagemakers) <a href=\\\"https://twitter.com/harrywagemakers/status/1002131952605061120?ref_src=twsrc%5Etfw\\\">May 31, 2018</a></blockquote>  <script async src = \\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"></script>  </div></figure><!-- strchf script --><script async src=\\\"https://d2wvyaiai4v4wx.cloudfront.net/scripts/v0/strchf.js\\\"></script><!-- End strchf script -->\",\n        \"excerpt\": \"The miracle material has made modern life possible. But more than 40 percent of it is used just once, and it’s choking our waterways.\",\n        \"featured_image\": {\n            \"data\": {\n                \"url\": \"https://d2wvyaiai4v4wx.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"alt\": \"Plastics floating around\",\n                \"name\": \"ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"sizes\": {\n                    \"regular\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\",\n                    \"large\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_1000.jpg\",\n                    \"full\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_2000.jpg\"\n                }\n            }\n        },\n        \"custom_fields\": [\n            {\n                \"key\": \"author\",\n                \"value\": \"15\"\n            }\n        ],\n        \"tags\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2769118967,\n                    \"name\": \"Go green\",\n                    \"slug\": \"go-green\"\n                }\n            ]\n        },\n        \"category\": {\n            \"data\": {\n                \"storychief_id\": 2544218965,\n                \"name\": \"Plastic\",\n                \"slug\": \"plastic\"\n            }\n        },\n        \"categories\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2544218965,\n                    \"name\": \"Plastic\",\n                    \"slug\": \"plastic\"\n                },\n                {\n                    \"storychief_id\": 2544218394,\n                    \"name\": \"Oceans\",\n                    \"slug\": \"oceans\"\n                },\n                {\n                    \"storychief_id\": 2546483902,\n                    \"name\": \"Environment\",\n                    \"slug\": \"environment\"\n                }\n            ]\n        },\n        \"author\": {\n            \"data\": {\n            \t\"storychief_id\": 4572648511,\n                \"first_name\": \"William\",\n                \"last_name\": \"MacSloth\",\n                \"bio\": null,\n                \"email\": \"william@example.org\",\n                \"profile_picture\": {\n                    \"data\": {\n                        \"url\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                        \"alt\": \"William MacSloth\",\n                        \"name\": \"William_MacSloth\",\n                        \"sizes\": {\n                            \"regular\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"large\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"full\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\"\n                        }\n                    }\n                }\n            }\n        },\n        \"language\": \"en\",\n        \"canonical\": \"https://example.org/planet-or-plastic\",\n        \"source\": [],\n        \"published_at\": \"2019-08-08T15:38:24+02:00\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{WEBHOOK_ENDPOINT}}","description":"<p>This event triggers a delete of a previously published story. It embeds the <code>id</code> returned from the publish event as <code>external_id</code> attribute. This makes for easy lookup in your local database.</p>\n<h2 id=\"error-handling\">Error handling</h2>\n<h3 id=\"4xx-response\">4xx response</h3>\n<p>Any 4xx response, except for a 404 is considered an authentication error and will immediatly disconnect the channel.</p>\n<p>Include a message in the response body to show it to the end-user (see example requests). </p>\n<h3 id=\"404-response\">404 response</h3>\n<p>A 404 reponse on a delete event is considered a success message. Since the story wasn't found on the website we assume it was already deleted (see example requests).</p>\n<h3 id=\"5xx-response\">5xx response</h3>\n<p>Any 5xx response is considered a one-off error. </p>\n<p>Include a message in the response body to show it to the end-user (see example requests).</p>\n","urlObject":{"host":["{{WEBHOOK_ENDPOINT}}"],"query":[],"variable":[]}},"response":[{"id":"f339137b-9195-478a-a1e1-d423ca363795","name":"Delete event","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"User-Agent","type":"text","value":"Story Chief"}],"body":{"mode":"raw","raw":"{\n    \"meta\": {\n        \"event\": \"delete\",\n        \"mac\": \"{{hmac}}\"\n    },\n    \"data\": {\n        \"external_id\": \"1\",\n        \"storychief_id\": 559425555,\n        \"title\": \"UPDATED: We made plastic. We depend on it. Now we're drowning in it.\",\n        \"seo_title\": \"Planet or plastic?\",\n        \"seo_description\": \"This story is part of Planet or Plastic?—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to reduce your own single-use plastics, and take your pledge.\",\n        \"seo_slug\": \"planet-or-plastic\",\n        \"seo_keywords\": {\n            \"data\": [\n                {\n                    \"name\": \"planets\"\n                }\n            ]\n        },\n        \"seo_score\": 38,\n        \"readability_score\": 50,\n        \"content\": \"<p class=\\\"9gchp\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"96c4d\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"fv67l\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"image regular\\\"><img alt=\\\"Alternative text\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\\\" /></figure><blockquote>This story is part of <a  href=\\\"https://www.nationalgeographic.com/environment/planetorplastic/\\\">Planet or Plastic?</a>—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to <a  href=\\\"https://news.nationalgeographic.com/2018/05/plastics-facts-infographics-ocean-pollution\\\">reduce your own single-use plastics</a>, and <a  href=\\\"https://www.nationalgeographic.com/environment/plasticpledge\\\">take your pledge</a>. <br/><br/>Read this story and more in the <a  href=\\\"https://www.nationalgeographic.com/magazine/2018/06\\\">June 2018</a> issue of <em>National Geographic</em> magazine.</blockquote><p class=\\\"5d2a9\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"d0ti\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"dgo6h\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"gallery regular\\\"><div class=\\\"strchf-gallery\\\"><div class=\\\"strchf-gallery-preloader\\\" style=\\\"background-color:#F8F8F8;line-height: 0;margin-top: 40px;padding: 30% 0;text-align: center;width: 100%;\\\"><div style=\\\"background:url(data:image/gif;base64,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); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;\\\"></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-images\\\"><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/0455806eb5dd094c360c1507d0ff07f3_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/4096e5a1e30eb6268085bbce989cd141_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/85d1dcc2f8d31985840d6c37d080134b_800.jpg\\\" /></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-controls\\\"><div class=\\\"strchf-gallery-control-prev\\\" role=\\\"button\\\">&#8249;</div><div class=\\\"strchf-gallery-control-next\\\" role=\\\"button\\\">&#8250;</div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-nav\\\"><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div></div></div></figure><p>After sheets of clear plastic trash have been washed in the Buriganga River, in Dhaka, Bangladesh, Noorjahan spreads them out to dry, turning them regularly— while also tending to her son, Momo. The plastic will eventually be sold to a recycler. Less than a fifth of all plastic gets recycled globally. In the U.S. it’s less than 10 percent.</p><p class=\\\"evh3o\\\">Because plastic wasn’t invented until the late 19th century, and production really only took off around 1950, we have a mere 9.2 billion tons of the stuff to deal with. Of that, more than 6.9 billion tons have become waste. And of that waste, a staggering 6.3 billion tons never made it to a recycling bin—a figure that stunned the scientists who crunched the numbers in 2017.</p><figure class=\\\"embed regular\\\"><div class=\\\"embed-container\\\"><blockquote class=\\\"twitter-tweet\\\"><p lang=\\\"en\\\" dir=\\\"ltr\\\">If every sailor who anchors in a bay takes a bag of plastic waist with him, we then can turn the tide on plastic! <a href=\\\"https://t.co/T3h1RJ41Zr\\\">pic.twitter.com/T3h1RJ41Zr</a></p>&mdash; Harry Wagemakers (@harrywagemakers) <a href=\\\"https://twitter.com/harrywagemakers/status/1002131952605061120?ref_src=twsrc%5Etfw\\\">May 31, 2018</a></blockquote>  <script async src = \\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"></script>  </div></figure><!-- strchf script --><script async src=\\\"https://d2wvyaiai4v4wx.cloudfront.net/scripts/v0/strchf.js\\\"></script><!-- End strchf script -->\",\n        \"excerpt\": \"The miracle material has made modern life possible. But more than 40 percent of it is used just once, and it’s choking our waterways.\",\n        \"featured_image\": {\n            \"data\": {\n                \"url\": \"https://d2wvyaiai4v4wx.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"alt\": \"Plastics floating around\",\n                \"name\": \"ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"sizes\": {\n                    \"regular\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\",\n                    \"large\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_1000.jpg\",\n                    \"full\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_2000.jpg\"\n                }\n            }\n        },\n         \"custom_fields\": [\n            {\n                \"key\": \"author\",\n                \"value\": \"15\"\n            }\n        ],\n        \"tags\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2769118967,\n                    \"name\": \"Go green\",\n                    \"slug\": \"go-green\"\n                }\n            ]\n        },\n        \"category\": {\n            \"data\": {\n                \"storychief_id\": 2544218965,\n                \"name\": \"Plastic\",\n                \"slug\": \"plastic\"\n            }\n        },\n        \"categories\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2544218965,\n                    \"name\": \"Plastic\",\n                    \"slug\": \"plastic\"\n                },\n                {\n                    \"storychief_id\": 2544218394,\n                    \"name\": \"Oceans\",\n                    \"slug\": \"oceans\"\n                },\n                {\n                    \"storychief_id\": 2546483902,\n                    \"name\": \"Environment\",\n                    \"slug\": \"environment\"\n                }\n            ]\n        },\n        \"author\": {\n            \"data\": {\n            \t\"storychief_id\": 4572648511,\n                \"first_name\": \"William\",\n                \"last_name\": \"MacSloth\",\n                \"bio\": null,\n                \"email\": \"william@example.org\",\n                \"profile_picture\": {\n                    \"data\": {\n                        \"url\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                        \"alt\": \"William MacSloth\",\n                        \"name\": \"William_MacSloth\",\n                        \"sizes\": {\n                            \"regular\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"large\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"full\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\"\n                        }\n                    }\n                }\n            }\n        },\n        \"language\": \"en\",\n        \"canonical\": \"https://example.org/planet-or-plastic\",\n        \"source\": [],\n        \"published_at\": \"2019-08-08T15:38:24+02:00\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ENDPOINT}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Wed, 18 Sep 2019 23:29:05 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Content-Length","value":"2","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Powered-By","value":"Craft CMS","enabled":true}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"1679af8a-83b1-4e1b-b3d4-33dad605cfd5","name":"Page Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"User-Agent","type":"text","value":"Story Chief"}],"body":{"mode":"raw","raw":"{\n    \"meta\": {\n        \"event\": \"delete\",\n        \"mac\": \"{{hmac}}\"\n    },\n    \"data\": {\n        \"external_id\": \"1\",\n        \"storychief_id\": 559425555,\n        \"title\": \"UPDATED: We made plastic. We depend on it. Now we're drowning in it.\",\n        \"seo_title\": \"Planet or plastic?\",\n        \"seo_description\": \"This story is part of Planet or Plastic?—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to reduce your own single-use plastics, and take your pledge.\",\n        \"seo_slug\": \"planet-or-plastic\",\n        \"seo_keywords\": {\n            \"data\": [\n                {\n                    \"name\": \"planets\"\n                }\n            ]\n        },\n        \"seo_score\": 38,\n        \"readability_score\": 50,\n        \"content\": \"<p class=\\\"9gchp\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"96c4d\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"fv67l\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"image regular\\\"><img alt=\\\"Alternative text\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\\\" /></figure><blockquote>This story is part of <a  href=\\\"https://www.nationalgeographic.com/environment/planetorplastic/\\\">Planet or Plastic?</a>—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to <a  href=\\\"https://news.nationalgeographic.com/2018/05/plastics-facts-infographics-ocean-pollution\\\">reduce your own single-use plastics</a>, and <a  href=\\\"https://www.nationalgeographic.com/environment/plasticpledge\\\">take your pledge</a>. <br/><br/>Read this story and more in the <a  href=\\\"https://www.nationalgeographic.com/magazine/2018/06\\\">June 2018</a> issue of <em>National Geographic</em> magazine.</blockquote><p class=\\\"5d2a9\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"d0ti\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"dgo6h\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"gallery regular\\\"><div class=\\\"strchf-gallery\\\"><div class=\\\"strchf-gallery-preloader\\\" style=\\\"background-color:#F8F8F8;line-height: 0;margin-top: 40px;padding: 30% 0;text-align: center;width: 100%;\\\"><div style=\\\"background:url(data:image/gif;base64,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); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;\\\"></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-images\\\"><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/0455806eb5dd094c360c1507d0ff07f3_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/4096e5a1e30eb6268085bbce989cd141_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/85d1dcc2f8d31985840d6c37d080134b_800.jpg\\\" /></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-controls\\\"><div class=\\\"strchf-gallery-control-prev\\\" role=\\\"button\\\">&#8249;</div><div class=\\\"strchf-gallery-control-next\\\" role=\\\"button\\\">&#8250;</div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-nav\\\"><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div></div></div></figure><p>After sheets of clear plastic trash have been washed in the Buriganga River, in Dhaka, Bangladesh, Noorjahan spreads them out to dry, turning them regularly— while also tending to her son, Momo. The plastic will eventually be sold to a recycler. Less than a fifth of all plastic gets recycled globally. In the U.S. it’s less than 10 percent.</p><p class=\\\"evh3o\\\">Because plastic wasn’t invented until the late 19th century, and production really only took off around 1950, we have a mere 9.2 billion tons of the stuff to deal with. Of that, more than 6.9 billion tons have become waste. And of that waste, a staggering 6.3 billion tons never made it to a recycling bin—a figure that stunned the scientists who crunched the numbers in 2017.</p><figure class=\\\"embed regular\\\"><div class=\\\"embed-container\\\"><blockquote class=\\\"twitter-tweet\\\"><p lang=\\\"en\\\" dir=\\\"ltr\\\">If every sailor who anchors in a bay takes a bag of plastic waist with him, we then can turn the tide on plastic! <a href=\\\"https://t.co/T3h1RJ41Zr\\\">pic.twitter.com/T3h1RJ41Zr</a></p>&mdash; Harry Wagemakers (@harrywagemakers) <a href=\\\"https://twitter.com/harrywagemakers/status/1002131952605061120?ref_src=twsrc%5Etfw\\\">May 31, 2018</a></blockquote>  <script async src = \\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"></script>  </div></figure><!-- strchf script --><script async src=\\\"https://d2wvyaiai4v4wx.cloudfront.net/scripts/v0/strchf.js\\\"></script><!-- End strchf script -->\",\n        \"excerpt\": \"The miracle material has made modern life possible. But more than 40 percent of it is used just once, and it’s choking our waterways.\",\n        \"featured_image\": {\n            \"data\": {\n                \"url\": \"https://d2wvyaiai4v4wx.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"alt\": \"Plastics floating around\",\n                \"name\": \"ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"sizes\": {\n                    \"regular\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\",\n                    \"large\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_1000.jpg\",\n                    \"full\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_2000.jpg\"\n                }\n            }\n        },\n        \"custom_fields\": [\n            {\n                \"key\": \"author\",\n                \"value\": \"15\"\n            }\n        ],\n        \"tags\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2769118967,\n                    \"name\": \"Go green\",\n                    \"slug\": \"go-green\"\n                }\n            ]\n        },\n        \"category\": {\n            \"data\": {\n                \"storychief_id\": 2544218965,\n                \"name\": \"Plastic\",\n                \"slug\": \"plastic\"\n            }\n        },\n        \"categories\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2544218965,\n                    \"name\": \"Plastic\",\n                    \"slug\": \"plastic\"\n                },\n                {\n                    \"storychief_id\": 2544218394,\n                    \"name\": \"Oceans\",\n                    \"slug\": \"oceans\"\n                },\n                {\n                    \"storychief_id\": 2546483902,\n                    \"name\": \"Environment\",\n                    \"slug\": \"environment\"\n                }\n            ]\n        },\n        \"author\": {\n            \"data\": {\n            \t\"storychief_id\": 4572648511,\n                \"first_name\": \"William\",\n                \"last_name\": \"MacSloth\",\n                \"bio\": null,\n                \"email\": \"william@example.org\",\n                \"profile_picture\": {\n                    \"data\": {\n                        \"url\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                        \"alt\": \"William MacSloth\",\n                        \"name\": \"William_MacSloth\",\n                        \"sizes\": {\n                            \"regular\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"large\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"full\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\"\n                        }\n                    }\n                }\n            }\n        },\n        \"language\": \"en\",\n        \"canonical\": \"https://example.org/planet-or-plastic\",\n        \"source\": [],\n        \"published_at\": \"2019-08-08T15:38:24+02:00\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ENDPOINT}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Thu, 19 Sep 2019 00:04:16 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Content-Length","value":"2","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Powered-By","value":"Craft CMS","enabled":true}],"cookie":[],"responseTime":null,"body":"\"Resource not found\""},{"id":"4e014457-883f-4ac6-8ed0-ceb3e2b58c13","name":"Maintenance mode","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"User-Agent","type":"text","value":"Story Chief"}],"body":{"mode":"raw","raw":"{\n    \"meta\": {\n        \"event\": \"delete\",\n        \"mac\": \"{{hmac}}\"\n    },\n    \"data\": {\n        \"external_id\": \"1\",\n        \"storychief_id\": 559425555,\n        \"title\": \"UPDATED: We made plastic. We depend on it. Now we're drowning in it.\",\n        \"seo_title\": \"Planet or plastic?\",\n        \"seo_description\": \"This story is part of Planet or Plastic?—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to reduce your own single-use plastics, and take your pledge.\",\n        \"seo_slug\": \"planet-or-plastic\",\n        \"seo_keywords\": {\n            \"data\": [\n                {\n                    \"name\": \"planets\"\n                }\n            ]\n        },\n        \"seo_score\": 38,\n        \"readability_score\": 50,\n        \"content\": \"<p class=\\\"9gchp\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"96c4d\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"fv67l\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"image regular\\\"><img alt=\\\"Alternative text\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\\\" /></figure><blockquote>This story is part of <a  href=\\\"https://www.nationalgeographic.com/environment/planetorplastic/\\\">Planet or Plastic?</a>—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to <a  href=\\\"https://news.nationalgeographic.com/2018/05/plastics-facts-infographics-ocean-pollution\\\">reduce your own single-use plastics</a>, and <a  href=\\\"https://www.nationalgeographic.com/environment/plasticpledge\\\">take your pledge</a>. <br/><br/>Read this story and more in the <a  href=\\\"https://www.nationalgeographic.com/magazine/2018/06\\\">June 2018</a> issue of <em>National Geographic</em> magazine.</blockquote><p class=\\\"5d2a9\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"d0ti\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"dgo6h\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"gallery regular\\\"><div class=\\\"strchf-gallery\\\"><div class=\\\"strchf-gallery-preloader\\\" style=\\\"background-color:#F8F8F8;line-height: 0;margin-top: 40px;padding: 30% 0;text-align: center;width: 100%;\\\"><div style=\\\"background:url(data:image/gif;base64,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); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;\\\"></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-images\\\"><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/0455806eb5dd094c360c1507d0ff07f3_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/4096e5a1e30eb6268085bbce989cd141_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/85d1dcc2f8d31985840d6c37d080134b_800.jpg\\\" /></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-controls\\\"><div class=\\\"strchf-gallery-control-prev\\\" role=\\\"button\\\">&#8249;</div><div class=\\\"strchf-gallery-control-next\\\" role=\\\"button\\\">&#8250;</div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-nav\\\"><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div></div></div></figure><p>After sheets of clear plastic trash have been washed in the Buriganga River, in Dhaka, Bangladesh, Noorjahan spreads them out to dry, turning them regularly— while also tending to her son, Momo. The plastic will eventually be sold to a recycler. Less than a fifth of all plastic gets recycled globally. In the U.S. it’s less than 10 percent.</p><p class=\\\"evh3o\\\">Because plastic wasn’t invented until the late 19th century, and production really only took off around 1950, we have a mere 9.2 billion tons of the stuff to deal with. Of that, more than 6.9 billion tons have become waste. And of that waste, a staggering 6.3 billion tons never made it to a recycling bin—a figure that stunned the scientists who crunched the numbers in 2017.</p><figure class=\\\"embed regular\\\"><div class=\\\"embed-container\\\"><blockquote class=\\\"twitter-tweet\\\"><p lang=\\\"en\\\" dir=\\\"ltr\\\">If every sailor who anchors in a bay takes a bag of plastic waist with him, we then can turn the tide on plastic! <a href=\\\"https://t.co/T3h1RJ41Zr\\\">pic.twitter.com/T3h1RJ41Zr</a></p>&mdash; Harry Wagemakers (@harrywagemakers) <a href=\\\"https://twitter.com/harrywagemakers/status/1002131952605061120?ref_src=twsrc%5Etfw\\\">May 31, 2018</a></blockquote>  <script async src = \\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"></script>  </div></figure><!-- strchf script --><script async src=\\\"https://d2wvyaiai4v4wx.cloudfront.net/scripts/v0/strchf.js\\\"></script><!-- End strchf script -->\",\n        \"excerpt\": \"The miracle material has made modern life possible. But more than 40 percent of it is used just once, and it’s choking our waterways.\",\n        \"featured_image\": {\n            \"data\": {\n                \"url\": \"https://d2wvyaiai4v4wx.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"alt\": \"Plastics floating around\",\n                \"name\": \"ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"sizes\": {\n                    \"regular\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\",\n                    \"large\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_1000.jpg\",\n                    \"full\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_2000.jpg\"\n                }\n            }\n        },\n        \"custom_fields\": [\n            {\n                \"key\": \"author\",\n                \"value\": \"15\"\n            }\n        ],\n        \"tags\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2769118967,\n                    \"name\": \"Go green\",\n                    \"slug\": \"go-green\"\n                }\n            ]\n        },\n        \"category\": {\n            \"data\": {\n                \"storychief_id\": 2544218965,\n                \"name\": \"Plastic\",\n                \"slug\": \"plastic\"\n            }\n        },\n        \"categories\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2544218965,\n                    \"name\": \"Plastic\",\n                    \"slug\": \"plastic\"\n                },\n                {\n                    \"storychief_id\": 2544218394,\n                    \"name\": \"Oceans\",\n                    \"slug\": \"oceans\"\n                },\n                {\n                    \"storychief_id\": 2546483902,\n                    \"name\": \"Environment\",\n                    \"slug\": \"environment\"\n                }\n            ]\n        },\n        \"author\": {\n            \"data\": {\n            \t\"storychief_id\": 4572648511,\n                \"first_name\": \"William\",\n                \"last_name\": \"MacSloth\",\n                \"bio\": null,\n                \"email\": \"william@example.org\",\n                \"profile_picture\": {\n                    \"data\": {\n                        \"url\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                        \"alt\": \"William MacSloth\",\n                        \"name\": \"William_MacSloth\",\n                        \"sizes\": {\n                            \"regular\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"large\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"full\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\"\n                        }\n                    }\n                }\n            }\n        },\n        \"language\": \"en\",\n        \"canonical\": \"https://example.org/planet-or-plastic\",\n        \"source\": [],\n        \"published_at\": \"2019-08-08T15:38:24+02:00\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ENDPOINT}}"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Thu, 19 Sep 2019 00:04:16 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Content-Length","value":"2","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Powered-By","value":"Craft CMS","enabled":true}],"cookie":[],"responseTime":null,"body":"\"The website is currently under maintenance, check back in a short while.\""},{"id":"aa95f23e-a75d-40bf-9855-ca29ad6de4db","name":"Invalid Hmac","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"User-Agent","type":"text","value":"Story Chief"}],"body":{"mode":"raw","raw":"{\n    \"meta\": {\n        \"event\": \"delete\",\n        \"mac\": \"FAULTY_HMAC\"\n    },\n    \"data\": {\n        \"external_id\": \"1\",\n        \"storychief_id\": 559425555,\n        \"title\": \"UPDATED: We made plastic. We depend on it. Now we're drowning in it.\",\n        \"seo_title\": \"Planet or plastic?\",\n        \"seo_description\": \"This story is part of Planet or Plastic?—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to reduce your own single-use plastics, and take your pledge.\",\n        \"seo_slug\": \"planet-or-plastic\",\n        \"seo_keywords\": {\n            \"data\": [\n                {\n                    \"name\": \"planets\"\n                }\n            ]\n        },\n        \"seo_score\": 38,\n        \"readability_score\": 50,\n        \"content\": \"<p class=\\\"9gchp\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"96c4d\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"fv67l\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"image regular\\\"><img alt=\\\"Alternative text\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\\\" /></figure><blockquote>This story is part of <a  href=\\\"https://www.nationalgeographic.com/environment/planetorplastic/\\\">Planet or Plastic?</a>—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to <a  href=\\\"https://news.nationalgeographic.com/2018/05/plastics-facts-infographics-ocean-pollution\\\">reduce your own single-use plastics</a>, and <a  href=\\\"https://www.nationalgeographic.com/environment/plasticpledge\\\">take your pledge</a>. <br/><br/>Read this story and more in the <a  href=\\\"https://www.nationalgeographic.com/magazine/2018/06\\\">June 2018</a> issue of <em>National Geographic</em> magazine.</blockquote><p class=\\\"5d2a9\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"d0ti\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"dgo6h\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"gallery regular\\\"><div class=\\\"strchf-gallery\\\"><div class=\\\"strchf-gallery-preloader\\\" style=\\\"background-color:#F8F8F8;line-height: 0;margin-top: 40px;padding: 30% 0;text-align: center;width: 100%;\\\"><div style=\\\"background:url(data:image/gif;base64,R0lGODlhLAAsAPUEAODg4Kurq9PT0/j4+Jubm9XV1fLy8ubm5qampqenp8rKytTU1MjIyLi4uOXl5ezs7KysrLe3t6CgoKGhoeHh4cPDw9vb25qamr6+vsnJyc/Pz/Hx8b29vcTExMLCwra2tuLi4qqqquvr666urq+vr+Tk5Nra2pycnJ+fn/Pz8wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQEAwD/ACwAAAAALAAsAAADPji63P4wykmrvTjrzbv/YCiOZGmeaKqubOu+cEwCQQDAAUEEkCCYuV3vV6LZZMikcslsOp/QqHRKrVqvWEUCACH5BAUDAAAALAkAFAAOAAQAAAUVoDJNCmCeqGROKBpFKhC3wCtKJX2GACH5BAUDAAAALAgAEwAQAAYAAAUiIAAch2ieJ0QQEGoaxriuJWqsxjET9XkTMRXLJYKZSERUCAAh+QQFAwAAACwIABMAGgAGAAAFKyDwZNkDnGiqrg/hEuZqWauqvIQiu3RtGLeXTmXh1UQ/XIzYO55GiqXTGQIAIfkEBQMAAAAsCAATABoABgAABSQgQAEiaZ5oWpojanSdoc5qRdoq1dIAjqe63er0qsh4LSFPFQIAIfkEBQMAAAAsCAAUABoABAAABRogII6kSEEQVZbVWkIi7BaF+8a2VtvjmfKAEAAh+QQFAwAAACwIABMAGgAGAAAFKCAgjuRoGGVaOmlFEJU6KrJovC+aNk1t4wRdibdqvWI+h0LBUp18gBAAIfkEBQMAAAAsCAATABsABgAABTPgMFiWaJ7Hca6nRLzsAL1QPDzP+L4luhOq1QNm+fVMh1/QRzAMXDDWjFCL4Uwk222pDQEAIfkEBQMAAAAsCAATABsABgAABTMgADyPaJpPlpVnK36v+xAiwZ7bsmz32Con4E+0ww1NwiARAGPKaACbTLcRkVxWhaKHDQEAIfkEBQMAAAAsCAATABsABgAABjpAAGAwEBqNIAYDdGwaFZOJxslEUjmcw0AiRBSdYCNGiNl2v2HwGDDWJBIF6rE6x2AOQmK4CiL6/0RBACH5BAUDAAAALAkAEwAaAAYAAAUtICCOJECJZ1lSUZSSr6kuCLJEIl4yJF8mIoRO1yv+giyXKhYT0RIL1YrBaKpCACH5BAUDAAAALAkAEwAbAAYAAAU3ICCOJHBk2VGOhiEamuaWB2ETaunZHqDZmpXiRlCUDEQYUEg0kpC3VmxGqt1ypF1xtTopsMdZCAAh+QQFAwAAACwJABMAGwAGAAAGMcCBcEgUWixF4uEwXCaFEgBA8gxJQ4ODlFm0SKVI5Rew3Ca933BzzHRWr+/p86xOuoMAIfkEBQMAAAAsCQATABsABgAABjTAgXBIFIpExeEhkzkkkxECIZI8SKVOCOQpuhKQRIVXMdByveCh+Ep+DqPTKtpNPLqXCmcQACH5BAUDAAEALAoAEwAaAAYAAAQoMMhJwxh1ArkzLQhSZB2nKN6QSAjmTWe6Bon73hKYjFUZ+ClbjzOIAAAh+QQFAwAAACwKABMAGgAGAAAFIyAgjmRpUiJqkgfHHSdLqSYm2quc43jujy0MrEQDFH8rFSoEACH5BAUDAAAALAoAEwAaAAYAAAMdCLrcfgo6Zkoxjx2DZ1HfRHVOGIroUl3ZIqWoBCUAIfkEBQMAAAAsFAATABAABgAABiXAgXBIFB4Ow8ejOBwBAKPB47ksHp7UKaBKvGKRSqbQCRUzj8IgACH5BAUDAAAALAoAEwAaAAYAAAYgwIFwSCwaj8iksAMAdJRCEgnZbBqgUmr1Ck0ynd2wMAgAIfkEBQMAAAAsFQATAA8ABgAABBhwyEmrpQuhNRi7QwIASPddIglOWcKtVgQAIfkEBQMAAAAsFQAUAA4ABAAABhhAgHBILHE4JQqFSMQIMUrm0AmgSoVGaBAAIfkEBQMAAAAsFQAUAA4ABAAABRQgII6kURRGSpLFdaHGOravXJ5GCAAh+QQFAwAAACwKABQAGQAEAAAEE3DISasd7919HyFGyIndR46jFgEAIfkEBQMAAAAsCgAUABkABAAABBFwyEmrpc7dXVsbGScO3mhOEQAh+QQFAwAAACwKABUAGAACAAAGD8CCCUAsGo9HoRDJZGoKQQAh+QQFAwAAACwKABUAGAACAAAFDiBWAWRpnidFVSPqomoIACH5BAUDAAAALAkAFQAZAAIAAAYSQMNpAigaj0ikwQBAoZJQ6DIIACH5BAUDAAAALAkAFAAZAAQAAAUW4GBZQ2meaCpeF6lu8FtarCvfoo2/IQAh+QQFAwAAACwJABQADgAEAAAGGcBUp5MCGI9ID4HgQSIPByXTeYQKPUXqMQgAIfkEBQMAAwAsCQAUAA4ABAAAAg9EAqPLoc6WEBDGMQ26rAAAOw==); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;\\\"></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-images\\\"><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/0455806eb5dd094c360c1507d0ff07f3_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/4096e5a1e30eb6268085bbce989cd141_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/85d1dcc2f8d31985840d6c37d080134b_800.jpg\\\" /></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-controls\\\"><div class=\\\"strchf-gallery-control-prev\\\" role=\\\"button\\\">&#8249;</div><div class=\\\"strchf-gallery-control-next\\\" role=\\\"button\\\">&#8250;</div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-nav\\\"><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div></div></div></figure><p>After sheets of clear plastic trash have been washed in the Buriganga River, in Dhaka, Bangladesh, Noorjahan spreads them out to dry, turning them regularly— while also tending to her son, Momo. The plastic will eventually be sold to a recycler. Less than a fifth of all plastic gets recycled globally. In the U.S. it’s less than 10 percent.</p><p class=\\\"evh3o\\\">Because plastic wasn’t invented until the late 19th century, and production really only took off around 1950, we have a mere 9.2 billion tons of the stuff to deal with. Of that, more than 6.9 billion tons have become waste. And of that waste, a staggering 6.3 billion tons never made it to a recycling bin—a figure that stunned the scientists who crunched the numbers in 2017.</p><figure class=\\\"embed regular\\\"><div class=\\\"embed-container\\\"><blockquote class=\\\"twitter-tweet\\\"><p lang=\\\"en\\\" dir=\\\"ltr\\\">If every sailor who anchors in a bay takes a bag of plastic waist with him, we then can turn the tide on plastic! <a href=\\\"https://t.co/T3h1RJ41Zr\\\">pic.twitter.com/T3h1RJ41Zr</a></p>&mdash; Harry Wagemakers (@harrywagemakers) <a href=\\\"https://twitter.com/harrywagemakers/status/1002131952605061120?ref_src=twsrc%5Etfw\\\">May 31, 2018</a></blockquote>  <script async src = \\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"></script>  </div></figure><!-- strchf script --><script async src=\\\"https://d2wvyaiai4v4wx.cloudfront.net/scripts/v0/strchf.js\\\"></script><!-- End strchf script -->\",\n        \"excerpt\": \"The miracle material has made modern life possible. But more than 40 percent of it is used just once, and it’s choking our waterways.\",\n        \"featured_image\": {\n            \"data\": {\n                \"url\": \"https://d2wvyaiai4v4wx.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"alt\": \"Plastics floating around\",\n                \"name\": \"ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"sizes\": {\n                    \"regular\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\",\n                    \"large\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_1000.jpg\",\n                    \"full\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_2000.jpg\"\n                }\n            }\n        },\n        \"custom_fields\": [\n            {\n                \"key\": \"author\",\n                \"value\": \"15\"\n            }\n        ],\n        \"tags\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2769118967,\n                    \"name\": \"Go green\",\n                    \"slug\": \"go-green\"\n                }\n            ]\n        },\n        \"category\": {\n            \"data\": {\n                \"storychief_id\": 2544218965,\n                \"name\": \"Plastic\",\n                \"slug\": \"plastic\"\n            }\n        },\n        \"categories\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2544218965,\n                    \"name\": \"Plastic\",\n                    \"slug\": \"plastic\"\n                },\n                {\n                    \"storychief_id\": 2544218394,\n                    \"name\": \"Oceans\",\n                    \"slug\": \"oceans\"\n                },\n                {\n                    \"storychief_id\": 2546483902,\n                    \"name\": \"Environment\",\n                    \"slug\": \"environment\"\n                }\n            ]\n        },\n        \"author\": {\n            \"data\": {\n            \t\"storychief_id\": 4572648511,\n                \"first_name\": \"William\",\n                \"last_name\": \"MacSloth\",\n                \"bio\": null,\n                \"email\": \"william@example.org\",\n                \"profile_picture\": {\n                    \"data\": {\n                        \"url\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                        \"alt\": \"William MacSloth\",\n                        \"name\": \"William_MacSloth\",\n                        \"sizes\": {\n                            \"regular\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"large\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"full\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\"\n                        }\n                    }\n                }\n            }\n        },\n        \"language\": \"en\",\n        \"canonical\": \"https://example.org/planet-or-plastic\",\n        \"source\": [],\n        \"published_at\": \"2019-08-08T15:38:24+02:00\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ENDPOINT}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Thu, 19 Sep 2019 00:04:16 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Content-Length","value":"2","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Powered-By","value":"Craft CMS","enabled":true}],"cookie":[],"responseTime":null,"body":"\"Hmac validation failed\""}],"_postman_id":"a4df1fc7-b800-41df-a916-a757fa876340"}],"id":"e293ef34-8551-4d74-9c76-5b9ab39567f3","description":"<p>Use our APIs custom tools to build the perfect tailor-made integration for your team. With a few simple methods and some scripting, you can extend StoryChief to publish to virtually anything.</p>\n<p>StoryChief uses webhooks to notify your app of changes.</p>\n<p>We have made a <a href=\"https://wordpress.org/plugins/story-chief/\">WordPress plugin</a> (among others) that you can use as a reference to get started.</p>\n<h1 id=\"what-are-webhooks\">What are webhooks?</h1>\n<p>A webhook is just a POST request that is sent to a specific URL. That URL is set up to receive the body of the POST request and process it in some way.</p>\n<p>So if you have ever created a form and submitted it in code, you know how to create a POST request. You would typically use an HTTP library (such as <a href=\"http://guzzlephp.org/\">Guzzle</a>), but it is essentially the same thing.</p>\n<p>On the receiving end, you would create a URL that is set up to receive the POST request.</p>\n<h1 id=\"registering-your-webhook\">Registering your webhook</h1>\n<p>Head over to the <a href=\"https://app.storychief.io/dashboard/channels/api\">channels page</a> and create a new destination.</p>\n<p>StoryChief will provide you with an encryption key and ask you for the endpoint we can post to.</p>\n<p><img src=\"https://downloads.intercomcdn.com/i/o/455902360/92e5b4a3a867c03c7b2d86c7/image.png\" alt /></p>\n<p>Tip: If your developing locally, you can use our Postman collection (find the \"Run in Postman\" button in the header of our <a href=\"https://developers.storychief.io/\">documentation</a>) or use <a href=\"https://ngrok.com/\">ngrok.com</a> to tunnel to your local machine.</p>\n<h1 id=\"events\">Events</h1>\n<p>Each request you will receive will have an event set. StoryChief can send 4 types of events:</p>\n<ol>\n<li><strong>test</strong> : This event is sent over to test your connection and send over some optional custom field definitions you might have inside your account.</li>\n<li><strong>publish</strong>: Publishing of a story.</li>\n<li><strong>update</strong>: Updating a story.</li>\n<li><strong>delete</strong>: Deleting a story.</li>\n</ol>\n<h1 id=\"mapping\">Mapping</h1>\n<h2 id=\"google-amp\">Google AMP</h2>\n<p>If your account has Google AMP set up we will append to each send message a url to the amp version.<br />Yoo will need to add a tag to your page tag containing that AMP url.</p>\n<p>An example can be found below</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\n\n</code></pre><h2 id=\"multi-language-content\">Multi-language content</h2>\n<p>With Story Chief you can create and publish multi-language content. When a user publishes a translation the <code>POST</code> data will contain additional information about the source article that is being translated. This will help you to link translations inside your cms. Below you find an example of the data:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    ...\n    \"data\": {\n        ...\n        \"source\": {\n            \"data\": {\n                \"external_id\": \"80\",\n                \"storychief_id\": 4589450,\n                \"language\": \"nl\"\n            }\n        },\n        ...\n    }\n}\n\n</code></pre><h2 id=\"seo-fields\">SEO fields</h2>\n<p>In Story Chief users can optimize their story for search-engines. Users can add an seo title <code>seo_title</code>, description <code>seo_description</code> and slug <code>seo_slug</code> to their story.</p>\n<h3 id=\"seo-title\">seo title</h3>\n<p>This value must be mapped to the <code>&lt;/code&gt; tag&lt;/p&gt;&lt;pre class=plain&gt;&lt;code&gt;&lt;div&gt;&lt;title&gt;{seo_title}   </code></p>\n<p>Important: if the <code>seo_title</code> field is empty use the <code>title</code> field instead</p>\n<h3 id=\"seo-description\">seo description</h3>\n<p>This value must be mapped to the  description tag</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\n\n</code></pre><p>Important: if the <code>seo_description</code> field is empty use the <code>excerpt</code> field instead</p>\n<h3 id=\"seo-slug\">seo slug</h3>\n<p>this value must be the path to your article <a href=\"http://www.your-website.com/%7Bseo_slug%7D\"><em>http://www.your-website.com/{seo_slug}</em></a><br />Important: if the seo_slug field is empty use title field to construct own path</p>\n<h1 id=\"security\">Security</h1>\n<p>We currently support either HTTP or HTTPS URLs, so you can increase security by using an SSL-enabled URL. To further increase security, you may wish to take additional steps to ensure that information is coming from StoryChief.</p>\n<h2 id=\"when-using-https-urls\">When using HTTPS URLs</h2>\n<p>The easiest way is to include a secret key in the URL that you provide and check that GET parameter in your scripts, e.g: <a href=\"https://example.org/webhook/storychief?secret=123456789\">https://example.org/webhook/storychief?secret=123456789</a></p>\n<h2 id=\"when-using-http-urls\">When using HTTP URLs</h2>\n<p>A SHA-256 calculated MAC (UTF-8 encoded) is sent along with all messages.</p>\n<p>The hashed data is the complete JSON encoded payload without the HMAC.<br />The hash key is given in your channel configuration on StoryChief.</p>\n<h2 id=\"code-samples\">Code samples</h2>\n<h3 id=\"php\">PHP</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>$KEY = 'your-key-from-StoryChief';\nprivate function validMac($payload) {\n   // copy the mac from array\n   $givenMac = $payload['meta']['mac']; \n   // removes the mac from array\n   unset($payload['meta']['mac']); \n   // recalculate the mac with you key\n   $calcMac = hash_hmac('sha256', json_encode($payload), $KEY);\n   // validate that calculated and given mac are the same\n   return hash_equals($givenMac, $calcMac);\n}\n\n</code></pre><h3 id=\"javascript\">Javascript</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>const KEY = 'your-key-from-StoryChief';\nfunction validMac(payload) {\n   // copy the mac from array\n   const givenMac = payload.meta.mac; \n   // removes the mac from array\n   delete payload.meta.mac;\n   // JSON stringify the payload\n   const cleanedJSON = JSON.stringify(JSONbody)\n       .replace(/\\//g, '\\\\/')\n       .replace(/[\\u007F-\\uFFFF]/g, function(chr) {\n           return \"\\\\u\" + (\"0000\" + chr.charCodeAt(0).toString(16)).substr(-4);\n       });\n   // recalculate the mac with you key\n   const calcMac = CryptoJS.HmacSHA256(cleanedJSON, KEY).toString();\n   // validate that calculated and given mac are the same\n   return givenMac === calcMac;\n}\n\n</code></pre><h1 id=\"error-handling\">Error handling</h1>\n<p>StoryChief's Webhook Publishing API uses the standard HTTP response codes to determine if a call was successful or not. A good implementation takes care of possible errors too.</p>\n<p>A <code>200 OK</code> response signals that everything went fine.</p>\n<p>A <code>400 Bad Request</code> tells us the request didn't pass HMAC validation or is missing some required value.</p>\n<p>If your endpoint returns a message, we will show that to the user, so any useful information may be added in there. <strong>More specific information can be found for each event</strong>.</p>\n<h1 id=\"getting-your-module-published\">Getting your module published</h1>\n<p>If you're planning on creating an open-source integration with StoryChief (which we encourage you to do so), <strong>our team would be happy to review it for you</strong>. This way you can contribute to help make StoryChief the complete tool. We can then add it to our channel list, which will give your module extra exposure.</p>\n<h1 id=\"using-the-postman-collection\">Using the Postman collection</h1>\n<p>There are 2 environment variables defined:</p>\n<ol>\n<li><strong>WEBHOOK_ENDPOINT</strong>: The URL where your integration is accepting the StoryCHief request.</li>\n<li><strong>WEBHOOK_ENCRYPTION_KEY</strong>: The shared key used to hash the request body. You get a key when creating a destination in StoryChief.</li>\n</ol>\n<p><img src=\"https://images.storychief.com/public-assets/postman-webhook-settings.jpg?1\" alt /></p>\n","event":[{"listen":"prerequest","script":{"id":"01a42586-5ac0-45dc-a8a4-9ca824b2f91b","type":"text/javascript","exec":["pm.globals.unset(\"hmac\");","","const encryption_key = pm.variables.get(\"WEBHOOK_ENCRYPTION_KEY\");","let JSONbody = JSON.parse(pm.request.body.toString());","","delete JSONbody.meta.mac;","","cleanedJSON = JSON.stringify(JSONbody)","    .replace(/\\//g, '\\\\/')","    .replace(/[\\u007F-\\uFFFF]/g, function(chr) {","        return \"\\\\u\" + (\"0000\" + chr.charCodeAt(0).toString(16)).substr(-4);","    });","","const hmac = CryptoJS.HmacSHA256(cleanedJSON, encryption_key).toString();","","pm.globals.set(\"hmac\", hmac);"]}},{"listen":"test","script":{"id":"334ffc1d-64f6-4480-930b-aa786acacd98","type":"text/javascript","exec":[""]}}],"_postman_id":"e293ef34-8551-4d74-9c76-5b9ab39567f3"},{"name":"REST API","item":[{"name":"Users","item":[{"name":"Get Users","id":"df5d5eb4-bc3c-4228-bb67-540c4eb328e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/users?page=1&count=10","description":"<p>Get all <code>Users</code> from your StoryChief account.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["users"],"host":["{{REST_BASE_URL}}"],"query":[{"description":{"content":"<p>The current page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items returned per page, defaults to 10, max 100</p>\n","type":"text/plain"},"key":"count","value":"10"}],"variable":[]}},"response":[{"id":"90a4f3c8-ffa9-4bd1-a468-b08421f2047a","name":"Get Users","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":{"raw":"{{REST_BASE_URL}}/users?page=1&count=10","host":["{{REST_BASE_URL}}"],"path":["users"],"query":[{"key":"page","value":"1","description":"The current page"},{"key":"count","value":"10","description":"The number of items returned per page, defaults to 10, max 100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 14:09:34 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1079","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"firstname\": \"Karen\",\n            \"lastname\": null,\n            \"email\": \"karen@example.com\"\n        },\n        {\n            \"id\": 2,\n            \"firstname\": \"Helen\",\n            \"lastname\": null,\n            \"email\": \"name.lakin@example.com\"\n        },\n        {\n            \"id\": 3,\n            \"firstname\": \"Lambert\",\n            \"lastname\": \"Satterfield\",\n            \"email\": \"fbosco@example.com\"\n        },\n        {\n            \"id\": 4,\n            \"firstname\": \"Colt\",\n            \"lastname\": null,\n            \"email\": \"kristofer36@example.org\"\n        },\n        {\n            \"id\": 5,\n            \"firstname\": \"Graciela\",\n            \"lastname\": \"Ankunding\",\n            \"email\": \"medhurst.katelynn@example.org\"\n        },\n        {\n            \"id\": 6,\n            \"firstname\": \"Kara\",\n            \"lastname\": null,\n            \"email\": \"elroy.donnelly@example.org\"\n        },\n        {\n            \"id\": 7,\n            \"firstname\": \"Trever\",\n            \"lastname\": \"Torphy\",\n            \"email\": \"allan.paucek@example.com\"\n        },\n        {\n            \"id\": 8,\n            \"firstname\": \"Olga\",\n            \"lastname\": null,\n            \"email\": \"wankunding@example.net\"\n        },\n        {\n            \"id\": 9,\n            \"firstname\": \"Albina\",\n            \"lastname\": \"Schamberger\",\n            \"email\": \"cole.oliver@example.org\"\n        },\n        {\n            \"id\": 10,\n            \"firstname\": \"Emerson\",\n            \"lastname\": \"Rau\",\n            \"email\": \"roma.hoeger@example.com\"\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"total\": 11,\n            \"count\": 10,\n            \"per_page\": 10,\n            \"current_page\": 1,\n            \"total_pages\": 2,\n            \"links\": {\n                \"next\": \"{{REST_BASE_URL}}/users?page=2\"\n            }\n        }\n    }\n}"}],"_postman_id":"df5d5eb4-bc3c-4228-bb67-540c4eb328e4"},{"name":"Get User","id":"b694f5e4-7154-4396-a120-d481201bb769","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/users/{user-id}","description":"<p>Get a <code>User</code> from your StoryChief account by <code>Id</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["users","{user-id}"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"2877bdae-2796-43dd-b76d-63aabbe9c6d4","name":"Get User","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/users/{user-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 14:11:30 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"205","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": 1,\r\n        \"firstname\": \"Karen\",\r\n        \"lastname\": null,\r\n        \"phone\": null,\r\n        \"email\": \"karen@example.org\",\r\n        \"role\": \"owner\",\r\n        \"profile_picture\": {\r\n            \"data\": {\r\n                \"url\": \"https://example.org/profile-pic.jpg\",\r\n                \"alt\": \"Karen\",\r\n                \"name\": \"profile-pic.jpg\",\r\n                \"sizes\": {\r\n                    \"regular\": \"https://example.org/profile-pic_800.jpg\",\r\n                    \"large\": \"https://example.org/profile-pic_1000.jpg\",\r\n                    \"full\": \"https://example.org/profile-pic_2000.jpg\"\r\n                }\r\n            }\r\n        },\r\n        \"account\": {\r\n            \"data\": {\r\n                \"id\": 1,\r\n                \"name\": \"Lorem Ipsum\"\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"b694f5e4-7154-4396-a120-d481201bb769"},{"name":"Create User","id":"970e8e1a-45ab-4a8b-b9f4-ec5d1f409717","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"firstname\":\"John\",\n   \"lastname\":\"Doe\",\n   \"email\":\"john.doe@example.org\",\n   \"role\": \"guest\",\n   \"message\": \"Hi John, please join us on StoryChief for content collaboration\"\n}"},"url":"{{REST_BASE_URL}}/users","description":"<p>Create a new <code>User</code> in your StoryChief account.</p>\n<p><code>Role</code> can be one of the following <code>admin</code>, <code>author</code>, <code>guest</code>.\nLearn more about <a href=\"https://help.storychief.io/en/articles/483660-working-with-multiple-publishers-writers-guest-writers-in-your-team\">user roles</a></p>\n<blockquote>\n<p>⚠ This endpoint is not available for trailing workspaces.</p>\n</blockquote>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["users"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"aed329d0-e3ad-4113-a37c-9872c4a740a7","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"firstname\":\"John\",\n   \"lastname\":\"Doe\",\n   \"email\":\"john.doe@example.org\",\n   \"role\": \"guest\",\n   \"message\": \"Hi John, please join us on StoryChief for content collaboration\"\n}"},"url":"{{REST_BASE_URL}}/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 14:29:35 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"583","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 123,\n        \"firstname\": \"John\",\n        \"lastname\": \"Doe\",\n        \"phone\": null,\n        \"email\": \"john.doe@example.org\",\n        \"role\": \"guest writer\",\n        \"profile_picture\": [],\n        \"account\": {\n            \"data\": {\n                \"id\": 1,\n                \"name\": \"Lorem Ipsum\"\n            }\n        }\n    }\n}"}],"_postman_id":"970e8e1a-45ab-4a8b-b9f4-ec5d1f409717"},{"name":"Update User","id":"270ccfe0-abf6-4d09-b09a-18c6dc78433e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n    \"phone\": \"(747) 907-3784\"\n}"},"url":"{{REST_BASE_URL}}/users/{user-id}","description":"<p>Update a <code>User</code> in your StoryChief account by <code>Id</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["users","{user-id}"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"09269c98-40c1-4d0d-aef8-47692aa8ad51","name":"Update User","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n    \"phone\": \"(747) 907-3784\"\n}"},"url":"{{REST_BASE_URL}}/users/{user-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 14:33:25 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"595","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 123,\n        \"firstname\": \"John\",\n        \"lastname\": \"Doe\",\n        \"phone\": \"(747) 907-3784\",\n        \"email\": \"john.doe@example.org\",\n        \"role\": \"guest writer\",\n        \"profile_picture\": [],\n        \"account\": {\n            \"data\": {\n                \"id\": 1,\n                \"name\": \"Lorem Ipsum\"\n            }\n        }\n    }\n}"}],"_postman_id":"270ccfe0-abf6-4d09-b09a-18c6dc78433e"}],"id":"b98384b8-1782-4a7e-8e5e-1a8a4a495d3d","description":"<p>Manage <code>Users</code> through our REST API</p>\n","event":[{"listen":"prerequest","script":{"id":"d3efb632-0a18-4932-89a3-d42b48d78f92","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b2d42ffa-721f-4bfe-a09b-286f9e8abe60","type":"text/javascript","exec":[""]}}],"_postman_id":"b98384b8-1782-4a7e-8e5e-1a8a4a495d3d","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}}},{"name":"Stories","item":[{"name":"Comments","item":[{"name":"Get Comments","id":"450af598-38fb-4ad4-8931-ead0da62c2b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/stories/{story-id}/comments","description":"<p>Get all <code>Comments</code> from a <code>Story</code> by <code>Id</code> from your StoryChief account.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["stories","{story-id}","comments"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"68151dfe-922e-4c24-9857-d30671af601f","name":"Get Comments","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/stories/{story-id}/comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 15:34:16 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"782","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"user\": {\n                \"data\": {\n                    \"id\": 1,\n                    \"firstname\": \"Karen\",\n                    \"lastname\": null,\n                    \"email\": \"karen@example.com\"\n                }\n            },\n            \"message\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lobortis feugiat vivamus at augue eget arcu dictum.\",\n            \"resolved\": false,\n            \"reply_to\": null,\n            \"posted_at\": \"2019-09-20T17:31:14+02:00\"\n        },\n        {\n            \"id\": 2,\n            \"user\": {\n                \"data\": {\n                    \"id\": 1,\n                    \"firstname\": \"Karen\",\n                    \"lastname\": null,\n                    \"email\": \"karen@example.com\"\n                }\n            },\n            \"message\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Elementum tempus egestas sed sed risus pretium quam vulputate dignissim.\",\n            \"resolved\": false,\n            \"reply_to\": null,\n            \"posted_at\": \"2019-09-20T17:31:33+02:00\"\n        }\n    ]\n}"}],"_postman_id":"450af598-38fb-4ad4-8931-ead0da62c2b6"}],"id":"b54e9b26-1003-49c0-b6b6-3f47210eeefc","description":"<p>Manage <code>Comments</code> through our REST API</p>\n","event":[{"listen":"prerequest","script":{"id":"94954151-05ee-4666-94e4-7a6024a054ed","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e70431b8-8fa4-4475-ae6c-e8de943d7621","type":"text/javascript","exec":[""]}}],"_postman_id":"b54e9b26-1003-49c0-b6b6-3f47210eeefc","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}}},{"name":"Destinations","item":[{"name":"Upsert Destination","id":"c259f7ed-b0e1-4595-bcf4-c2c132e5db24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"draft\": false,\n    \"published_at\": \"2016-09-01T09:00:00+00:00\",\n    \"external_url\": \"https://example.org/news/lorem-ipsum\",\n    \"external_id\": 123,\n    \"destination_id\": 1\n}"},"url":"{{REST_BASE_URL}}/stories/{story-id}/destinations?includes[]=content&includes[]=tags&includes[]=primaryCategory&includes[]=categories&includes[]=author&includes[]=translations&includes[]=source&includes[]=custom_fields&includes[]=destinations","description":"<p>Flag a <code>Story</code> as published in your StoryChief account by connecting a published <code>Destination</code> to it.\nOnly <code>Personal channels</code> are allowed, with the exception of the <code>William blog</code>.\nThe first destination added will automatically be marked as the <a href=\"https://help.storychief.io/en/articles/2976645-setting-a-primary-channel\"><code>Primary</code></a>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["stories","{story-id}","destinations"],"host":["{{REST_BASE_URL}}"],"query":[{"description":{"content":"<p>Include the <code>Content</code> (default)</p>\n","type":"text/plain"},"key":"includes[]","value":"content"},{"description":{"content":"<p>Include the <code>Tags</code> (default)</p>\n","type":"text/plain"},"key":"includes[]","value":"tags"},{"description":{"content":"<p>Include the <code>Primary Category</code> (default)</p>\n","type":"text/plain"},"key":"includes[]","value":"primaryCategory"},{"description":{"content":"<p>Include the <code>Categories</code> (default)</p>\n","type":"text/plain"},"key":"includes[]","value":"categories"},{"description":{"content":"<p>Include the <code>Author</code> (default)</p>\n","type":"text/plain"},"key":"includes[]","value":"author"},{"description":{"content":"<p>Include the <code>Translations</code> (default)</p>\n","type":"text/plain"},"key":"includes[]","value":"translations"},{"description":{"content":"<p>Include the <code>Source</code> (default)</p>\n","type":"text/plain"},"key":"includes[]","value":"source"},{"description":{"content":"<p>Include the <code>Custom Fields</code></p>\n","type":"text/plain"},"key":"includes[]","value":"custom_fields"},{"description":{"content":"<p>Include the <code>Destinations</code></p>\n","type":"text/plain"},"key":"includes[]","value":"destinations"}],"variable":[]}},"response":[{"id":"b9efd0ce-98ec-4f6a-ad16-828bba90d69f","name":"Upsert Destination","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"published_at\": \"2016-09-01T09:00:00+00:00\",\n   \"external_url\": \"https://example.org/news/lorem-ipsum\",\n   \"external_id\": 123,\n   \"destination_id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{REST_BASE_URL}}/stories/{story-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 15:07:31 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"624","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"title\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n        \"slug\": \"fugiat-deserunt-quasi-temporibus-sit-corporis\",\n        \"excerpt\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n        \"featured_image\": {\n            \"data\": {\n               \t\"url\": \"https://example.org/featured-image.jpg\",\n               \t\"alt\": \"Lorem ipsum\",\n               \t\"name\": \"featured-image.jpg\",\n               \t\"sizes\": {\n                   \t\"regular\": \"https://example.org/featured-image_800.jpg\",\n                   \t\"large\": \"https://example.org/featured-image_1000.jpg\",\n                   \t\"full\": \"https://example.org/featured-image_2000.jpg\"\n               \t}\n            }\n        },\n        \"tags\": {\n            \"data\": [\n                {\n                    \"id\": 20,\n                    \"name\": \"deserunt tempora\",\n                    \"slug\": \"deserunt-tempora\"\n                },\n                {\n                    \"id\": 22,\n                    \"name\": \"mollitia voluptate quibusdam\",\n                    \"slug\": \"mollitia-voluptate-quibusdam\"\n                }\n            ]\n        },\n        \"primaryCategory\": {\n            \"data\": {\n                \"id\": 14,\n                \"name\": \"nulla\",\n                \"slug\": \"nulla\"\n            }\n        },\n        \"categories\": {\n            \"data\": [\n                {\n                    \"id\": 14,\n                    \"name\": \"nulla\",\n                    \"slug\": \"nulla\",\n                    \"primary\": true\n                },\n                {\n                    \"id\": 16,\n                    \"name\": \"ut qui\",\n                    \"slug\": \"ut-qui\",\n                    \"primary\": false\n                },\n                {\n                    \"id\": 17,\n                    \"name\": \"quo\",\n                    \"slug\": \"quo\",\n                    \"primary\": false\n                }\n            ]\n        },\n        \"author\": {\n            \"data\": {\n            \t\"id\": 7,\n                \"first_name\": \"Trever\",\n                \"last_name\": \"Torphy\",\n                \"bio\": null,\n                \"email\": \"allan.paucek@example.com\",\n                \"profile_picture\": {\n                    \"data\": {\n                        \"url\": \"https://example.org/profile-pic.jpg\",\n                        \"alt\": \"Trever Torphy\",\n                        \"name\": \"profile-pic.jpg\",\n                        \"sizes\": {\n                            \"regular\": \"https://example.org/profile-pic_800.jpg\",\n                            \"large\": \"https://example.org/profile-pic_1000.jpg\",\n                            \"full\": \"https://example.org/profile-pic_2000.jpg\"\n                        }\n                    }\n                }\n            }\n        },\n        \"language\": \"en\",\n        \"translations\": {\n            \"data\": []\n        },\n        \"source\": {\n            \"data\": []\n        },\n        \"published_at\": \"2016-09-01T11:00:00+00:00\",\n        \"content\": \"<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p><p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p><ul><li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li><li>Aliquam tincidunt mauris eu risus.</li><li>Vestibulum auctor dapibus neque.</li></ul>\",\n        \"custom_fields\": {\n            \"data\": [\n                {\n                    \"name\": \"Quote\",\n                    \"description\": \"Prominent quote of the article.\",\n                    \"key\": \"xjUdvUq8ckP8NSUNR29L\",\n                    \"value\": \"To be or not to be, that is the question.\"\n                }\n            ]\n        },\n        \"seo_title\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n        \"seo_description\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n        \"due_at\": null,\n        \"updated_at\": \"2021-01-26T09:31:43+00:00\",\n        \"destinations\": {\n            \"data\": [\n                {\n                    \"destination_id\": 1,\n                    \"primary\": true,\n                    \"external_url\": \"https://example.org/news/lorem-ipsum\",\n                    \"external_id\": \"123\",\n                    \"published_at\": \"2016-09-01T09:00:00+00:00\",\n                    \"republished_at\": null,\n                    \"unpublished_at\": null\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"c259f7ed-b0e1-4595-bcf4-c2c132e5db24"},{"name":"Webhook replicate","id":"06b3e680-ea41-49d2-86bd-de63e6f49351","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}","type":"text"}],"url":"{{REST_BASE_URL}}/stories/{story-id}/destinations/{destination-id}/webhook","description":"<p>Get a replication of the webhook data originally sent for a <code>Story</code> as published to a specific <code>Destination</code>.\nTypically convenient as a failover measurement in case the webhook call originally failed. Use the <code>Upsert Destination</code> endpoint to flag it as published once it has successfully been published.\nThis endpoint only works for channels using a Webhook to publish (ex: WordPress, Drupal, Custom, ...)\nThe endpoint will throw an error in case the <code>Story</code> was never published to the <code>Destination</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["stories","{story-id}","destinations","{destination-id}","webhook"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"a43ff870-1b4e-4e2c-8ab5-0e90a8e1410e","name":"Webhook replicate","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}","type":"text"}],"url":"{{REST_BASE_URL}}/stories/{story-id}/destinations/{destination-id}/webhook"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"external_id\": null,\n        \"storychief_id\": 559425555,\n        \"title\": \"We made plastic. We depend on it. Now we're drowning in it.\",\n        \"seo_title\": \"Planet or plastic?\",\n        \"seo_description\": \"This story is part of Planet or Plastic?—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to reduce your own single-use plastics, and take your pledge.\",\n        \"seo_slug\": \"planet-or-plastic\",\n        \"seo_keywords\": {\n            \"data\": [\n                {\n                    \"name\": \"planets\"\n                }\n            ]\n        },\n        \"seo_score\": 38,\n        \"readability_score\": 50,\n        \"content\": \"<p class=\\\"9gchp\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"96c4d\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"fv67l\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"image regular\\\"><img alt=\\\"Alternative text\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\\\" /></figure><blockquote>This story is part of <a  href=\\\"https://www.nationalgeographic.com/environment/planetorplastic/\\\">Planet or Plastic?</a>—our multiyear effort to raise awareness about the global plastic waste crisis. Learn what you can do to <a  href=\\\"https://news.nationalgeographic.com/2018/05/plastics-facts-infographics-ocean-pollution\\\">reduce your own single-use plastics</a>, and <a  href=\\\"https://www.nationalgeographic.com/environment/plasticpledge\\\">take your pledge</a>. <br/><br/>Read this story and more in the <a  href=\\\"https://www.nationalgeographic.com/magazine/2018/06\\\">June 2018</a> issue of <em>National Geographic</em> magazine.</blockquote><p class=\\\"5d2a9\\\"><strong>If plastic had been invented</strong> when the Pilgrims sailed from Plymouth, England, to North America—and the <em>Mayflower</em> had been stocked with bottled water and plastic-wrapped snacks—their plastic trash would likely still be around, four centuries later.</p><p class=\\\"d0ti\\\">If the Pilgrims had been like many people today and simply tossed their empty bottles and wrappers over the side, Atlantic waves and sunlight would have worn all that plastic into tiny bits. And those bits might still be floating around the world’s oceans today, sponging up toxins to add to the ones already in them, waiting to be eaten by some hapless fish or oyster, and ultimately perhaps by one of us.</p><p class=\\\"dgo6h\\\">We should give thanks that the Pilgrims didn’t have plastic, I thought recently as I rode a train to Plymouth along England’s south coast. I was on my way to see a man who would help me make sense of the whole mess we’ve made with plastic, especially in the ocean.</p><figure class=\\\"gallery regular\\\"><div class=\\\"strchf-gallery\\\"><div class=\\\"strchf-gallery-preloader\\\" style=\\\"background-color:#F8F8F8;line-height: 0;margin-top: 40px;padding: 30% 0;text-align: center;width: 100%;\\\"><div style=\\\"background:url(data:image/gif;base64,R0lGODlhLAAsAPUEAODg4Kurq9PT0/j4+Jubm9XV1fLy8ubm5qampqenp8rKytTU1MjIyLi4uOXl5ezs7KysrLe3t6CgoKGhoeHh4cPDw9vb25qamr6+vsnJyc/Pz/Hx8b29vcTExMLCwra2tuLi4qqqquvr666urq+vr+Tk5Nra2pycnJ+fn/Pz8wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQEAwD/ACwAAAAALAAsAAADPji63P4wykmrvTjrzbv/YCiOZGmeaKqubOu+cEwCQQDAAUEEkCCYuV3vV6LZZMikcslsOp/QqHRKrVqvWEUCACH5BAUDAAAALAkAFAAOAAQAAAUVoDJNCmCeqGROKBpFKhC3wCtKJX2GACH5BAUDAAAALAgAEwAQAAYAAAUiIAAch2ieJ0QQEGoaxriuJWqsxjET9XkTMRXLJYKZSERUCAAh+QQFAwAAACwIABMAGgAGAAAFKyDwZNkDnGiqrg/hEuZqWauqvIQiu3RtGLeXTmXh1UQ/XIzYO55GiqXTGQIAIfkEBQMAAAAsCAATABoABgAABSQgQAEiaZ5oWpojanSdoc5qRdoq1dIAjqe63er0qsh4LSFPFQIAIfkEBQMAAAAsCAAUABoABAAABRogII6kSEEQVZbVWkIi7BaF+8a2VtvjmfKAEAAh+QQFAwAAACwIABMAGgAGAAAFKCAgjuRoGGVaOmlFEJU6KrJovC+aNk1t4wRdibdqvWI+h0LBUp18gBAAIfkEBQMAAAAsCAATABsABgAABTPgMFiWaJ7Hca6nRLzsAL1QPDzP+L4luhOq1QNm+fVMh1/QRzAMXDDWjFCL4Uwk222pDQEAIfkEBQMAAAAsCAATABsABgAABTMgADyPaJpPlpVnK36v+xAiwZ7bsmz32Con4E+0ww1NwiARAGPKaACbTLcRkVxWhaKHDQEAIfkEBQMAAAAsCAATABsABgAABjpAAGAwEBqNIAYDdGwaFZOJxslEUjmcw0AiRBSdYCNGiNl2v2HwGDDWJBIF6rE6x2AOQmK4CiL6/0RBACH5BAUDAAAALAkAEwAaAAYAAAUtICCOJECJZ1lSUZSSr6kuCLJEIl4yJF8mIoRO1yv+giyXKhYT0RIL1YrBaKpCACH5BAUDAAAALAkAEwAbAAYAAAU3ICCOJHBk2VGOhiEamuaWB2ETaunZHqDZmpXiRlCUDEQYUEg0kpC3VmxGqt1ypF1xtTopsMdZCAAh+QQFAwAAACwJABMAGwAGAAAGMcCBcEgUWixF4uEwXCaFEgBA8gxJQ4ODlFm0SKVI5Rew3Ca933BzzHRWr+/p86xOuoMAIfkEBQMAAAAsCQATABsABgAABjTAgXBIFIpExeEhkzkkkxECIZI8SKVOCOQpuhKQRIVXMdByveCh+Ep+DqPTKtpNPLqXCmcQACH5BAUDAAEALAoAEwAaAAYAAAQoMMhJwxh1ArkzLQhSZB2nKN6QSAjmTWe6Bon73hKYjFUZ+ClbjzOIAAAh+QQFAwAAACwKABMAGgAGAAAFIyAgjmRpUiJqkgfHHSdLqSYm2quc43jujy0MrEQDFH8rFSoEACH5BAUDAAAALAoAEwAaAAYAAAMdCLrcfgo6Zkoxjx2DZ1HfRHVOGIroUl3ZIqWoBCUAIfkEBQMAAAAsFAATABAABgAABiXAgXBIFB4Ow8ejOBwBAKPB47ksHp7UKaBKvGKRSqbQCRUzj8IgACH5BAUDAAAALAoAEwAaAAYAAAYgwIFwSCwaj8iksAMAdJRCEgnZbBqgUmr1Ck0ynd2wMAgAIfkEBQMAAAAsFQATAA8ABgAABBhwyEmrpQuhNRi7QwIASPddIglOWcKtVgQAIfkEBQMAAAAsFQAUAA4ABAAABhhAgHBILHE4JQqFSMQIMUrm0AmgSoVGaBAAIfkEBQMAAAAsFQAUAA4ABAAABRQgII6kURRGSpLFdaHGOravXJ5GCAAh+QQFAwAAACwKABQAGQAEAAAEE3DISasd7919HyFGyIndR46jFgEAIfkEBQMAAAAsCgAUABkABAAABBFwyEmrpc7dXVsbGScO3mhOEQAh+QQFAwAAACwKABUAGAACAAAGD8CCCUAsGo9HoRDJZGoKQQAh+QQFAwAAACwKABUAGAACAAAFDiBWAWRpnidFVSPqomoIACH5BAUDAAAALAkAFQAZAAIAAAYSQMNpAigaj0ikwQBAoZJQ6DIIACH5BAUDAAAALAkAFAAZAAQAAAUW4GBZQ2meaCpeF6lu8FtarCvfoo2/IQAh+QQFAwAAACwJABQADgAEAAAGGcBUp5MCGI9ID4HgQSIPByXTeYQKPUXqMQgAIfkEBQMAAwAsCQAUAA4ABAAAAg9EAqPLoc6WEBDGMQ26rAAAOw==); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;\\\"></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-images\\\"><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/0455806eb5dd094c360c1507d0ff07f3_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/4096e5a1e30eb6268085bbce989cd141_800.jpg\\\" /></div><div style=\\\"margin-left:0;margin-right:0;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\"><img style=\\\"margin-left:auto;margin-right:auto;margin-bottom:0;margin-top:0;max-width:100%;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0\\\" alt=\\\"Alternative text\\\" role=\\\"presentation\\\" src=\\\"https://d3hryyoxn74gk4.cloudfront.net/account_1/85d1dcc2f8d31985840d6c37d080134b_800.jpg\\\" /></div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-controls\\\"><div class=\\\"strchf-gallery-control-prev\\\" role=\\\"button\\\">&#8249;</div><div class=\\\"strchf-gallery-control-next\\\" role=\\\"button\\\">&#8250;</div></div><div style=\\\"display:none;\\\" class=\\\"strchf-gallery-nav\\\"><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div><div role=\\\"button\\\" ></div></div></div></figure><p>After sheets of clear plastic trash have been washed in the Buriganga River, in Dhaka, Bangladesh, Noorjahan spreads them out to dry, turning them regularly— while also tending to her son, Momo. The plastic will eventually be sold to a recycler. Less than a fifth of all plastic gets recycled globally. In the U.S. it’s less than 10 percent.</p><p class=\\\"evh3o\\\">Because plastic wasn’t invented until the late 19th century, and production really only took off around 1950, we have a mere 9.2 billion tons of the stuff to deal with. Of that, more than 6.9 billion tons have become waste. And of that waste, a staggering 6.3 billion tons never made it to a recycling bin—a figure that stunned the scientists who crunched the numbers in 2017.</p><figure class=\\\"embed regular\\\"><div class=\\\"embed-container\\\"><blockquote class=\\\"twitter-tweet\\\"><p lang=\\\"en\\\" dir=\\\"ltr\\\">If every sailor who anchors in a bay takes a bag of plastic waist with him, we then can turn the tide on plastic! <a href=\\\"https://t.co/T3h1RJ41Zr\\\">pic.twitter.com/T3h1RJ41Zr</a></p>&mdash; Harry Wagemakers (@harrywagemakers) <a href=\\\"https://twitter.com/harrywagemakers/status/1002131952605061120?ref_src=twsrc%5Etfw\\\">May 31, 2018</a></blockquote>  <script async src = \\\"https://platform.twitter.com/widgets.js\\\" charset=\\\"utf-8\\\"></script>  </div></figure><!-- strchf script --><script async src=\\\"https://d2wvyaiai4v4wx.cloudfront.net/scripts/v0/strchf.js\\\"></script><!-- End strchf script -->\",\n        \"excerpt\": \"The miracle material has made modern life possible. But more than 40 percent of it is used just once, and it’s choking our waterways.\",\n        \"featured_image\": {\n            \"data\": {\n                \"url\": \"https://d2wvyaiai4v4wx.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"alt\": \"Plastics floating around\",\n                \"name\": \"ee14f5d2f306e2fc5844e40446cf8c7d.jpg\",\n                \"sizes\": {\n                    \"regular\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_800.jpg\",\n                    \"large\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_1000.jpg\",\n                    \"full\": \"https://d3hryyoxn74gk4.cloudfront.net/account_1/ee14f5d2f306e2fc5844e40446cf8c7d_2000.jpg\"\n                }\n            }\n        },\n        \"custom_fields\": {\n            \"data\": [\n                {\n                    \"key\": \"author\",\n                    \"value\": \"15\"\n                }\n            ]\n        },\n        \"tags\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2769118967,\n                    \"name\": \"Go green\",\n                    \"slug\": \"go-green\"\n                }\n            ]\n        },\n        \"category\": {\n            \"data\": {\n                \"storychief_id\": 2544218965,\n                \"name\": \"Plastic\",\n                \"slug\": \"plastic\"\n            }\n        },\n        \"categories\": {\n            \"data\": [\n                {\n                    \"storychief_id\": 2544218965,\n                    \"name\": \"Plastic\",\n                    \"slug\": \"plastic\"\n                },\n                {\n                    \"storychief_id\": 2544218394,\n                    \"name\": \"Oceans\",\n                    \"slug\": \"oceans\"\n                },\n                {\n                    \"storychief_id\": 2546483902,\n                    \"name\": \"Environment\",\n                    \"slug\": \"environment\"\n                }\n            ]\n        },\n        \"author\": {\n            \"data\": {\n                \"storychief_id\": 4572648511,\n                \"first_name\": \"William\",\n                \"last_name\": \"MacSloth\",\n                \"bio\": null,\n                \"email\": \"william@example.org\",\n                \"profile_picture\": {\n                    \"data\": {\n                        \"url\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                        \"alt\": \"William MacSloth\",\n                        \"name\": \"William_MacSloth\",\n                        \"sizes\": {\n                            \"regular\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"large\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\",\n                            \"full\": \"https://dummyimage.com/200x200/d6d6d6/fff&text=W\"\n                        }\n                    }\n                }\n            }\n        },\n        \"language\": \"en\",\n        \"canonical\": \"https://example.org/planet-or-plastic\",\n        \"source\": [],\n        \"published_at\": \"2019-08-08T15:38:24+02:00\"\n    }\n}"}],"_postman_id":"06b3e680-ea41-49d2-86bd-de63e6f49351"}],"id":"86c48030-25e8-401d-8bf0-823eb0ef43c1","description":"<p>These endpoints are currently in Preview, meaning they are likely to still change based on feedback we gather.</p>\n","event":[{"listen":"prerequest","script":{"id":"81655109-3069-47b2-b62c-daf8e955decd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4ac5668c-1b71-4a01-a06e-bb3ef23358a6","type":"text/javascript","exec":[""]}}],"_postman_id":"86c48030-25e8-401d-8bf0-823eb0ef43c1","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}}},{"name":"Get Stories","id":"f369ebc9-08eb-4b19-880a-1028b9052e73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/stories?page=1&count=10&lang=en&source=1&status=all&updated_after=2021-02-01T15:33:56+00:00&author_id=123","description":"<p>Get all <code>Stories</code> from your StoryChief account.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["stories"],"host":["{{REST_BASE_URL}}"],"query":[{"description":{"content":"<p>The current page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items returned per page, defaults to 10, max 100</p>\n","type":"text/plain"},"key":"count","value":"10"},{"description":{"content":"<p>Filters stories on given language code</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"description":{"content":"<p>If set, only articles that are originals (not translations of other articles) will be returned</p>\n","type":"text/plain"},"key":"source","value":"1"},{"description":{"content":"<p>One of published, drafted, scheduled or all (defaults to published)</p>\n","type":"text/plain"},"key":"status","value":"all"},{"description":{"content":"<p>Filter on stories updated after the given date</p>\n","type":"text/plain"},"key":"updated_after","value":"2021-02-01T15:33:56+00:00"},{"description":{"content":"<p>Filter on stories by author ID</p>\n","type":"text/plain"},"key":"author_id","value":"123"}],"variable":[]}},"response":[{"id":"7e2365bb-2e53-4e24-bd11-d81545fb46b1","name":"Get Stories","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":{"raw":"{{REST_BASE_URL}}/stories?page=1&count=10&lang=en&source=true&status=published&updated_after=1999-01-01T00:00:00+00:00","host":["{{REST_BASE_URL}}"],"path":["stories"],"query":[{"key":"page","value":"1","description":"The current page"},{"key":"count","value":"10","description":"The number of items returned per page, defaults to 10, max 100"},{"key":"lang","value":"en","description":"Filters stories on given language code"},{"key":"source","value":"true","description":"If set, only articles that are originals (not translations of other articles) will be returned"},{"key":"status","value":"published","description":"One of published, drafted, scheduled or all (defaults to published)"},{"key":"updated_after","value":"1999-01-01T00:00:00+00:00","description":"Filter on stories updated after the given date"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 14:40:32 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"3300","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"58","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"title\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n            \"excerpt\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n            \"featured_image\": {\n            \t\"data\": {\n                \t\"url\": \"https://example.org/featured-image.jpg\",\n                \t\"alt\": \"Lorem ipsum\",\n                \t\"name\": \"featured-image.jpg\",\n                \t\"sizes\": {\n                    \t\"regular\": \"https://example.org/featured-image_800.jpg\",\n                    \t\"large\": \"https://example.org/featured-image_1000.jpg\",\n                    \t\"full\": \"https://example.org/featured-image_2000.jpg\"\n                \t}\n            \t}\n            },\n            \"slug\": \"fugiat-deserunt-quasi-temporibus-sit-corporis\",\n            \"seo_title\": \"Qui et quia perspiciatis\",\n            \"seo_description\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n            \"seo_keyword\": \"Lorem ipsum\",\n            \"language\": \"en\",\n            \"due_at\": \"1999-12-31T23:59:59+00:00\",\n            \"published_at\": \"1999-12-31T23:59:59+00:00\",\n            \"updated_at\": \"1999-12-31T23:59:59+00:00\"\n        },\n        {\n            \"id\": 2,\n            \"title\": \"Rem et maiores officia ipsum rerum voluptate dolorem ut.\",\n            \"excerpt\": \"Occaecati fugiat eos ducimus corporis aut minus unde error. Quis aut ipsa officia consequatur quod et et placeat. Expedita eos fugit aut aut iusto est omnis. Officiis earum repellat repellat modi et dolor.\",\n            \"featured_image\": {\n                \"data\": []\n            },\n            \"slug\": \"rem-et-maiores-officia-ipsum-rerum-voluptate-dolorem-ut\",\n            \"seo_title\": \"Qui et quia perspiciatis\",\n            \"seo_description\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n            \"seo_keyword\": \"Lorem ipsum\",\n            \"language\": \"en\",\n            \"due_at\": \"1999-12-31T23:59:59+00:00\",\n            \"published_at\": \"1999-12-31T23:59:59+00:00\",\n            \"updated_at\": \"1999-12-31T23:59:59+00:00\"\n        },\n        {\n            \"id\": 3,\n            \"title\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n            \"excerpt\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n            \"featured_image\": {\n            \t\"data\": {\n                \t\"url\": \"https://example.org/featured-image.jpg\",\n                \t\"alt\": \"Lorem ipsum\",\n                \t\"name\": \"featured-image.jpg\",\n                \t\"sizes\": {\n                    \t\"regular\": \"https://example.org/featured-image_800.jpg\",\n                    \t\"large\": \"https://example.org/featured-image_1000.jpg\",\n                    \t\"full\": \"https://example.org/featured-image_2000.jpg\"\n                \t}\n            \t}\n            },\n            \"slug\": \"fugiat-deserunt-quasi-temporibus-sit-corporis\",\n            \"seo_title\": \"Qui et quia perspiciatis\",\n            \"seo_description\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n            \"seo_keyword\": null,\n            \"language\": \"en\",\n            \"due_at\": \"1999-12-31T23:59:59+00:00\",\n            \"published_at\": \"1999-12-31T23:59:59+00:00\",\n            \"updated_at\": \"1999-12-31T23:59:59+00:00\"\n        },\n        {\n            \"id\": 4,\n            \"title\": \"Rem et maiores officia ipsum rerum voluptate dolorem ut.\",\n            \"excerpt\": \"Occaecati fugiat eos ducimus corporis aut minus unde error. Quis aut ipsa officia consequatur quod et et placeat. Expedita eos fugit aut aut iusto est omnis. Officiis earum repellat repellat modi et dolor.\",\n            \"featured_image\": {\n                \"data\": []\n            },\n            \"slug\": \"rem-et-maiores-officia-ipsum-rerum-voluptate-dolorem-ut\",\n            \"seo_title\": \"Qui et quia perspiciatis\",\n            \"seo_description\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n            \"seo_keyword\": \"Lorem ipsum\",\n            \"language\": \"en\",\n            \"due_at\": \"1999-12-31T23:59:59+00:00\",\n            \"published_at\": \"1999-12-31T23:59:59+00:00\",\n            \"updated_at\": \"1999-12-31T23:59:59+00:00\"\n        },\n        {\n            \"id\": 5,\n            \"title\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n            \"excerpt\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n            \"featured_image\": {\n            \t\"data\": {\n                \t\"url\": \"https://example.org/featured-image.jpg\",\n                \t\"alt\": \"Lorem ipsum\",\n                \t\"name\": \"featured-image.jpg\",\n                \t\"sizes\": {\n                    \t\"regular\": \"https://example.org/featured-image_800.jpg\",\n                    \t\"large\": \"https://example.org/featured-image_1000.jpg\",\n                    \t\"full\": \"https://example.org/featured-image_2000.jpg\"\n                \t}\n            \t}\n            },\n            \"slug\": \"fugiat-deserunt-quasi-temporibus-sit-corporis\",\n            \"seo_title\": \"Qui et quia perspiciatis\",\n            \"seo_description\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n            \"seo_keyword\": \"Lorem ipsum\",\n            \"language\": \"en\",\n            \"due_at\": \"1999-12-31T23:59:59+00:00\",\n            \"published_at\": \"1999-12-31T23:59:59+00:00\",\n            \"updated_at\": \"1999-12-31T23:59:59+00:00\"\n        },\n        {\n            \"id\": 6,\n            \"title\": \"Rem et maiores officia ipsum rerum voluptate dolorem ut.\",\n            \"excerpt\": \"Occaecati fugiat eos ducimus corporis aut minus unde error. Quis aut ipsa officia consequatur quod et et placeat. Expedita eos fugit aut aut iusto est omnis. Officiis earum repellat repellat modi et dolor.\",\n            \"featured_image\": {\n                \"data\": []\n            },\n            \"slug\": \"rem-et-maiores-officia-ipsum-rerum-voluptate-dolorem-ut\",\n            \"seo_title\": \"Qui et quia perspiciatis\",\n            \"seo_description\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n            \"seo_keyword\": \"Lorem ipsum\",\n            \"language\": \"en\",\n            \"due_at\": \"1999-12-31T23:59:59+00:00\",\n            \"published_at\": \"1999-12-31T23:59:59+00:00\",\n            \"updated_at\": \"1999-12-31T23:59:59+00:00\"\n        },\n        {\n            \"id\": 7,\n            \"title\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n            \"excerpt\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n            \"featured_image\": {\n            \t\"data\": {\n                \t\"url\": \"https://example.org/featured-image.jpg\",\n                \t\"alt\": \"Lorem ipsum\",\n                \t\"name\": \"featured-image.jpg\",\n                \t\"sizes\": {\n                    \t\"regular\": \"https://example.org/featured-image_800.jpg\",\n                    \t\"large\": \"https://example.org/featured-image_1000.jpg\",\n                    \t\"full\": \"https://example.org/featured-image_2000.jpg\"\n                \t}\n            \t}\n            },\n            \"slug\": \"fugiat-deserunt-quasi-temporibus-sit-corporis\",\n            \"seo_title\": \"Qui et quia perspiciatis\",\n            \"seo_description\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n            \"seo_keyword\": \"Lorem ipsum\",\n            \"language\": \"en\",\n            \"due_at\": \"1999-12-31T23:59:59+00:00\",\n            \"published_at\": \"1999-12-31T23:59:59+00:00\",\n            \"updated_at\": \"1999-12-31T23:59:59+00:00\"\n        },\n        {\n            \"id\": 8,\n            \"title\": \"Rem et maiores officia ipsum rerum voluptate dolorem ut.\",\n            \"excerpt\": \"Occaecati fugiat eos ducimus corporis aut minus unde error. Quis aut ipsa officia consequatur quod et et placeat. Expedita eos fugit aut aut iusto est omnis. Officiis earum repellat repellat modi et dolor.\",\n            \"featured_image\": {\n                \"data\": []\n            },\n            \"slug\": \"rem-et-maiores-officia-ipsum-rerum-voluptate-dolorem-ut\",\n            \"seo_title\": \"Qui et quia perspiciatis\",\n            \"seo_description\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n            \"seo_keyword\": \"Lorem ipsum\",\n            \"language\": \"en\",\n            \"due_at\": \"1999-12-31T23:59:59+00:00\",\n            \"published_at\": \"1999-12-31T23:59:59+00:00\",\n            \"updated_at\": \"1999-12-31T23:59:59+00:00\"\n        },\n        {\n            \"id\": 9,\n            \"title\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n            \"excerpt\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n            \"featured_image\": {\n            \t\"data\": {\n                \t\"url\": \"https://example.org/featured-image.jpg\",\n                \t\"alt\": \"Lorem ipsum\",\n                \t\"name\": \"featured-image.jpg\",\n                \t\"sizes\": {\n                    \t\"regular\": \"https://example.org/featured-image_800.jpg\",\n                    \t\"large\": \"https://example.org/featured-image_1000.jpg\",\n                    \t\"full\": \"https://example.org/featured-image_2000.jpg\"\n                \t}\n            \t}\n            },\n            \"slug\": \"fugiat-deserunt-quasi-temporibus-sit-corporis\",\n            \"seo_title\": \"Qui et quia perspiciatis\",\n            \"seo_description\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n            \"seo_keyword\": \"Lorem ipsum\",\n            \"language\": \"en\",\n            \"due_at\": \"1999-12-31T23:59:59+00:00\",\n            \"published_at\": \"1999-12-31T23:59:59+00:00\",\n            \"updated_at\": \"1999-12-31T23:59:59+00:00\"\n        },\n        {\n            \"id\": 10,\n            \"title\": \"Rem et maiores officia ipsum rerum voluptate dolorem ut.\",\n            \"excerpt\": \"Occaecati fugiat eos ducimus corporis aut minus unde error. Quis aut ipsa officia consequatur quod et et placeat. Expedita eos fugit aut aut iusto est omnis. Officiis earum repellat repellat modi et dolor.\",\n            \"featured_image\": {\n                \"data\": []\n            },\n            \"slug\": \"rem-et-maiores-officia-ipsum-rerum-voluptate-dolorem-ut\",\n            \"seo_title\": \"Qui et quia perspiciatis\",\n            \"seo_description\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n            \"seo_keyword\": \"Lorem ipsum\",\n            \"language\": \"en\",\n            \"due_at\": \"1999-12-31T23:59:59+00:00\",\n            \"published_at\": \"1999-12-31T23:59:59+00:00\",\n            \"updated_at\": \"1999-12-31T23:59:59+00:00\"\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"total\": 284,\n            \"count\": 10,\n            \"per_page\": 10,\n            \"current_page\": 1,\n            \"total_pages\": 29,\n            \"links\": {\n                \"next\": \"{{REST_BASE_URL}}/stories?page=2\"\n            }\n        }\n    }\n}"}],"_postman_id":"f369ebc9-08eb-4b19-880a-1028b9052e73"},{"name":"Get Story","id":"7fe70109-f48c-499a-9b66-b198d456096e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/stories/{story-id}?includes[]=content&includes[]=tags&includes[]=primaryCategory&includes[]=categories&includes[]=author&includes[]=translations&includes[]=source&includes[]=custom_fields&includes[]=destinations&includes[]=metrics","description":"<p>Get a <code>Story</code> from your StoryChief account by <code>Id</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["stories","{story-id}"],"host":["{{REST_BASE_URL}}"],"query":[{"description":{"content":"<p>Include the <code>Content</code></p>\n","type":"text/plain"},"key":"includes[]","value":"content"},{"description":{"content":"<p>Include the <code>Tags</code></p>\n","type":"text/plain"},"key":"includes[]","value":"tags"},{"description":{"content":"<p>Include the <code>Primary Category</code></p>\n","type":"text/plain"},"key":"includes[]","value":"primaryCategory"},{"description":{"content":"<p>Include the <code>Categories</code></p>\n","type":"text/plain"},"key":"includes[]","value":"categories"},{"description":{"content":"<p>Include the <code>Author</code></p>\n","type":"text/plain"},"key":"includes[]","value":"author"},{"description":{"content":"<p>Include the <code>Translations</code></p>\n","type":"text/plain"},"key":"includes[]","value":"translations"},{"description":{"content":"<p>Include the <code>Source</code></p>\n","type":"text/plain"},"key":"includes[]","value":"source"},{"description":{"content":"<p>Include the <code>Custom Fields</code></p>\n","type":"text/plain"},"key":"includes[]","value":"custom_fields"},{"description":{"content":"<p>Include the <code>Destinations</code></p>\n","type":"text/plain"},"key":"includes[]","value":"destinations"},{"description":{"content":"<p>Include the <code>Metrics</code></p>\n","type":"text/plain"},"key":"includes[]","value":"metrics"}],"variable":[]}},"response":[{"id":"fe5d135a-3f99-4812-9267-d1161c205adc","name":"Get Story","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/stories/{story-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 14:46:16 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1680","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"title\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n        \"slug\": \"fugiat-deserunt-quasi-temporibus-sit-corporis\",\n        \"excerpt\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n        \"featured_image\": {\n            \"data\": {\n               \t\"url\": \"https://example.org/featured-image.jpg\",\n               \t\"alt\": \"Lorem ipsum\",\n               \t\"name\": \"featured-image.jpg\",\n               \t\"sizes\": {\n                   \t\"regular\": \"https://example.org/featured-image_800.jpg\",\n                   \t\"large\": \"https://example.org/featured-image_1000.jpg\",\n                   \t\"full\": \"https://example.org/featured-image_2000.jpg\"\n               \t}\n            }\n        },\n        \"tags\": {\n            \"data\": [\n                {\n                    \"id\": 20,\n                    \"name\": \"deserunt tempora\",\n                    \"slug\": \"deserunt-tempora\"\n                },\n                {\n                    \"id\": 22,\n                    \"name\": \"mollitia voluptate quibusdam\",\n                    \"slug\": \"mollitia-voluptate-quibusdam\"\n                }\n            ]\n        },\n        \"primaryCategory\": {\n            \"data\": {\n                \"id\": 14,\n                \"name\": \"nulla\",\n                \"slug\": \"nulla\"\n            }\n        },\n        \"categories\": {\n            \"data\": [\n                {\n                    \"id\": 14,\n                    \"name\": \"nulla\",\n                    \"slug\": \"nulla\",\n                    \"primary\": true\n                },\n                {\n                    \"id\": 16,\n                    \"name\": \"ut qui\",\n                    \"slug\": \"ut-qui\",\n                    \"primary\": false\n                },\n                {\n                    \"id\": 17,\n                    \"name\": \"quo\",\n                    \"slug\": \"quo\",\n                    \"primary\": false\n                }\n            ]\n        },\n        \"author\": {\n            \"data\": {\n            \t\"id\": 7,\n                \"first_name\": \"Trever\",\n                \"last_name\": \"Torphy\",\n                \"bio\": null,\n                \"email\": \"allan.paucek@example.com\",\n                \"profile_picture\": {\n                    \"data\": {\n                        \"url\": \"https://example.org/profile-pic.jpg\",\n                        \"alt\": \"Trever Torphy\",\n                        \"name\": \"profile-pic.jpg\",\n                        \"sizes\": {\n                            \"regular\": \"https://example.org/profile-pic_800.jpg\",\n                            \"large\": \"https://example.org/profile-pic_1000.jpg\",\n                            \"full\": \"https://example.org/profile-pic_2000.jpg\"\n                        }\n                    }\n                }\n            }\n        },\n        \"language\": \"en\",\n        \"translations\": {\n            \"data\": [\n                {\n                    \"id\": 2,\n                    \"title\": \"Rem et maiores officia ipsum rerum voluptate dolorem ut.\",\n                    \"excerpt\": \"Occaecati fugiat eos ducimus corporis aut minus unde error. Quis aut ipsa officia consequatur quod et et placeat. Expedita eos fugit aut aut iusto est omnis. Officiis earum repellat repellat modi et dolor.\",\n                    \"featured_image\": {\n                        \"data\": []\n                    },\n                    \"slug\": \"rem-et-maiores-officia-ipsum-rerum-voluptate-dolorem-ut\",\n                    \"seo_title\": \"Qui et quia perspiciatis\",\n                    \"seo_description\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n                    \"language\": \"fr\",\n                    \"due_at\": null,\n                    \"published_at\": null,\n                    \"updated_at\": \"1999-12-31T23:59:59+00:00\"\n                },\n                {\n                    \"id\": 3,\n                    \"title\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n                    \"excerpt\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n                    \"featured_image\": {\n                        \"data\": {\n                            \"url\": \"https://example.org/featured-image.jpg\",\n                            \"alt\": \"Lorem ipsum\",\n                            \"name\": \"featured-image.jpg\",\n                            \"sizes\": {\n                                \"regular\": \"https://example.org/featured-image_800.jpg\",\n                                \"large\": \"https://example.org/featured-image_1000.jpg\",\n                                \"full\": \"https://example.org/featured-image_2000.jpg\"\n                            }\n                        }\n                    },\n                    \"slug\": \"fugiat-deserunt-quasi-temporibus-sit-corporis\",\n                    \"seo_title\": \"Qui et quia perspiciatis\",\n                    \"seo_description\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n                    \"language\": \"nl\",\n                    \"due_at\": null,\n                    \"published_at\": null,\n                    \"updated_at\": \"1999-12-31T23:59:59+00:00\"\n                }\n            ]\n        },\n        \"source\": {\n            \"data\": []\n        },\n        \"published_at\": \"2016-09-01T11:00:00+00:00\",\n        \"content\": \"<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p><p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p><ul><li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li><li>Aliquam tincidunt mauris eu risus.</li><li>Vestibulum auctor dapibus neque.</li></ul>\",\n        \"custom_fields\": {\n            \"data\": [\n                {\n                    \"name\": \"Quote\",\n                    \"description\": \"Prominent quote of the article.\",\n                    \"key\": \"xjUdvUq8ckP8NSUNR29L\",\n                    \"value\": \"To be or not to be, that is the question.\"\n                }\n            ]\n        },\n        \"seo_title\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n        \"seo_description\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n        \"seo_keyword\": \"Lorem ipsum\",\n        \"due_at\": null,\n        \"updated_at\": \"2021-01-26T09:31:43+00:00\",\n        \"destinations\": {\n            \"data\": [\n                {\n                    \"destination_id\": 1,\n                    \"primary\": true,\n                    \"external_url\": \"https://example.org/news/lorem-ipsum\",\n                    \"external_id\": \"123\",\n                    \"published_at\": \"2016-09-01T09:00:00+00:00\",\n                    \"republished_at\": null,\n                    \"unpublished_at\": null\n                }\n            ]\n        },\n        \"metrics\": {\n            \"data\": {\n                \"views\": 100,\n                \"reads\": 30,\n                \"avg_read_time_seconds\": 200\n            }\n        }\n    }\n}"}],"_postman_id":"7fe70109-f48c-499a-9b66-b198d456096e"},{"name":"Create Story","id":"6cb1bcf5-5132-46b5-99b3-ae72705fbd2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"title\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n   \"slug\": \"fugiat-deserunt-quasi-temporibus-sit-corporis\",\n   \"excerpt\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n   \"author_id\": 7,\n   \"source_id\": 1,\n   \"featured_image\": \"https://example.org/featured_image.jpg\",\n   \"featured_image_alt\": \"Lorem ipsum\",\n   \"language\": \"en\",\n   \"categories\": [14,16,17],\n   \"tags\": [20,22],\n   \"content\": \"<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p><p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p><ul><li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li><li>Aliquam tincidunt mauris eu risus.</li><li>Vestibulum auctor dapibus neque.</li></ul>\",\n   \"custom_fields\": {\n       \"cfApiKeyTextField\": \"Custom Text Field Value\",\n       \"cfApiKeyFileField\": \"https://example.org/text.txt\",\n       \"cfApiKeyImageField\": \"https://example.org/poster.jpg\",\n       \"cfApiKeySelectField\": \"radio_1\",\n       \"cfApiKeySingleSelectField\": \"option_1\",\n       \"cfApiKeyMultipleSelectField\": [\"option_1\", \"option_2\", \"option_3\"],\n       \"cfApiKeyCheckboxField\": [\"checkbox_1\", \"checkbox_2\"]\n   },\n    \"seo_title\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n    \"seo_description\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n    \"seo_keyword\": \"Lorem ipsum\",\n    \"due_at\": \"2021-01-26T09:31:43+00:00\"\n}"},"url":"{{REST_BASE_URL}}/stories?includes[]=content&includes[]=tags&includes[]=primaryCategory&includes[]=categories&includes[]=author&includes[]=translations&includes[]=source&includes[]=custom_fields&includes[]=destinations","description":"<p>Create a new <strong>draft</strong> <code>Story</code> in your StoryChief account.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["stories"],"host":["{{REST_BASE_URL}}"],"query":[{"description":{"content":"<p>Include the <code>Content</code></p>\n","type":"text/plain"},"key":"includes[]","value":"content"},{"description":{"content":"<p>Include the <code>Tags</code></p>\n","type":"text/plain"},"key":"includes[]","value":"tags"},{"description":{"content":"<p>Include the <code>Primary Category</code></p>\n","type":"text/plain"},"key":"includes[]","value":"primaryCategory"},{"description":{"content":"<p>Include the <code>Categories</code></p>\n","type":"text/plain"},"key":"includes[]","value":"categories"},{"description":{"content":"<p>Include the <code>Author</code></p>\n","type":"text/plain"},"key":"includes[]","value":"author"},{"description":{"content":"<p>Include the <code>Translations</code></p>\n","type":"text/plain"},"key":"includes[]","value":"translations"},{"description":{"content":"<p>Include the <code>Source</code></p>\n","type":"text/plain"},"key":"includes[]","value":"source"},{"description":{"content":"<p>Include the <code>Custom Fields</code></p>\n","type":"text/plain"},"key":"includes[]","value":"custom_fields"},{"description":{"content":"<p>Include the <code>Destinations</code></p>\n","type":"text/plain"},"key":"includes[]","value":"destinations"}],"variable":[]}},"response":[{"id":"b147c449-65ab-40e6-b85a-a99b8bb0f304","name":"Create Story","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"title\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n   \"slug\": \"fugiat-deserunt-quasi-temporibus-sit-corporis\",\n   \"excerpt\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n   \"author_id\": 7,\n   \"source_id\": 1,\n   \"featured_image\": \"https://example.org/featured_image.jpg\",\n   \"featured_image_alt\": \"Lorem ipsum\",\n   \"language\": \"en\",\n   \"categories\": [14,16,17],\n   \"tags\": [20,22],\n   \"content\": \"<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p><p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p><ul><li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li><li>Aliquam tincidunt mauris eu risus.</li><li>Vestibulum auctor dapibus neque.</li></ul>\",\n   \"custom_fields\": {\n       \"xjUdvUq8ckP8NSUNR29L\": \"To be or not to be, that is the question.\"\n   },\n    \"seo_title\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n    \"seo_description\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n    \"seo_keyword\": \"Lorem ipsum\",\n    \"due_at\": \"2021-01-26T09:31:43+00:00\"\n}","options":{"raw":{"language":"json"}}},"url":"{{REST_BASE_URL}}/stories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 15:04:50 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"624","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"title\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n        \"slug\": \"fugiat-deserunt-quasi-temporibus-sit-corporis\",\n        \"excerpt\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n        \"featured_image\": {\n            \"data\": {\n               \t\"url\": \"https://example.org/featured-image.jpg\",\n               \t\"alt\": \"Lorem ipsum\",\n               \t\"name\": \"featured-image.jpg\",\n               \t\"sizes\": {\n                   \t\"regular\": \"https://example.org/featured-image_800.jpg\",\n                   \t\"large\": \"https://example.org/featured-image_1000.jpg\",\n                   \t\"full\": \"https://example.org/featured-image_2000.jpg\"\n               \t}\n            }\n        },\n        \"tags\": {\n            \"data\": [\n                {\n                    \"id\": 20,\n                    \"name\": \"deserunt tempora\",\n                    \"slug\": \"deserunt-tempora\"\n                },\n                {\n                    \"id\": 22,\n                    \"name\": \"mollitia voluptate quibusdam\",\n                    \"slug\": \"mollitia-voluptate-quibusdam\"\n                }\n            ]\n        },\n        \"primaryCategory\": {\n            \"data\": {\n                \"id\": 14,\n                \"name\": \"nulla\",\n                \"slug\": \"nulla\"\n            }\n        },\n        \"categories\": {\n            \"data\": [\n                {\n                    \"id\": 14,\n                    \"name\": \"nulla\",\n                    \"slug\": \"nulla\",\n                    \"primary\": true\n                },\n                {\n                    \"id\": 16,\n                    \"name\": \"ut qui\",\n                    \"slug\": \"ut-qui\",\n                    \"primary\": false\n                },\n                {\n                    \"id\": 17,\n                    \"name\": \"quo\",\n                    \"slug\": \"quo\",\n                    \"primary\": false\n                }\n            ]\n        },\n        \"author\": {\n            \"data\": {\n            \t\"id\": 7,\n                \"first_name\": \"Trever\",\n                \"last_name\": \"Torphy\",\n                \"bio\": null,\n                \"email\": \"allan.paucek@example.com\",\n                \"profile_picture\": {\n                    \"data\": {\n                        \"url\": \"https://example.org/profile-pic.jpg\",\n                        \"alt\": \"Trever Torphy\",\n                        \"name\": \"profile-pic.jpg\",\n                        \"sizes\": {\n                            \"regular\": \"https://example.org/profile-pic_800.jpg\",\n                            \"large\": \"https://example.org/profile-pic_1000.jpg\",\n                            \"full\": \"https://example.org/profile-pic_2000.jpg\"\n                        }\n                    }\n                }\n            }\n        },\n        \"language\": \"en\",\n        \"translations\": {\n            \"data\": []\n        },\n        \"source\": {\n            \"data\": []\n        },\n        \"published_at\": null,\n        \"content\": \"<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p><p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p><ul><li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li><li>Aliquam tincidunt mauris eu risus.</li><li>Vestibulum auctor dapibus neque.</li></ul>\",\n        \"custom_fields\": {\n            \"data\": [\n                {\n                    \"name\": \"Quote\",\n                    \"description\": \"Prominent quote of the article.\",\n                    \"key\": \"xjUdvUq8ckP8NSUNR29L\",\n                    \"value\": \"To be or not to be, that is the question.\"\n                }\n            ]\n        },\n        \"seo_title\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n        \"seo_description\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n        \"seo_keyword\": \"Lorem ipsum\",\n        \"due_at\": \"2021-01-26T09:31:43+00:00\",\n        \"updated_at\": \"2021-01-26T09:31:43+00:00\",\n        \"destinations\": {\n            \"data\": []\n        }\n    }\n}"}],"_postman_id":"6cb1bcf5-5132-46b5-99b3-ae72705fbd2e"},{"name":"Update Story","id":"ce0be312-48b9-4f2c-b248-f86d98a765ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"title\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n   \"slug\": \"fugiat-deserunt-quasi-temporibus-sit-corporis\",\n   \"excerpt\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n   \"author_id\": 7,\n   \"featured_image\": \"https://example.org/featured_image.jpg\",\n   \"featured_image_alt\": \"Lorem ipsum\",\n   \"categories\": [14,16,17],\n   \"tags\": [20,22],\n   \"content\": \"<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p><p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p><ul><li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li><li>Aliquam tincidunt mauris eu risus.</li><li>Vestibulum auctor dapibus neque.</li></ul>\",\n   \"custom_fields\": {\n       \"cfApiKeyTextField\": \"Custom Text Field Value\",\n       \"cfApiKeyFileField\": \"https://example.org/text.txt\",\n       \"cfApiKeyImageField\": \"https://example.org/poster.jpg\",\n       \"cfApiKeySelectField\": \"radio_1\",\n       \"cfApiKeySingleSelectField\": \"option_1\",\n       \"cfApiKeyMultipleSelectField\": [\"option_1\", \"option_2\", \"option_3\"],\n       \"cfApiKeyCheckboxField\": [\"checkbox_1\", \"checkbox_2\"]\n   },\n    \"seo_title\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n    \"seo_description\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n    \"seo_keyword\": \"Lorem ipsum\",\n    \"due_at\": \"2021-01-26T09:31:43+00:00\"\n}"},"url":"{{REST_BASE_URL}}/stories/{story-id}?includes[]=content&includes[]=tags&includes[]=primaryCategory&includes[]=categories&includes[]=author&includes[]=translations&includes[]=source&includes[]=custom_fields&includes[]=destinations","description":"<p>Update a <code>Story</code> in your StoryChief account by <code>Id</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["stories","{story-id}"],"host":["{{REST_BASE_URL}}"],"query":[{"description":{"content":"<p>Include the <code>Content</code></p>\n","type":"text/plain"},"key":"includes[]","value":"content"},{"description":{"content":"<p>Include the <code>Tags</code></p>\n","type":"text/plain"},"key":"includes[]","value":"tags"},{"description":{"content":"<p>Include the <code>Primary Category</code></p>\n","type":"text/plain"},"key":"includes[]","value":"primaryCategory"},{"description":{"content":"<p>Include the <code>Categories</code></p>\n","type":"text/plain"},"key":"includes[]","value":"categories"},{"description":{"content":"<p>Include the <code>Author</code></p>\n","type":"text/plain"},"key":"includes[]","value":"author"},{"description":{"content":"<p>Include the <code>Translations</code></p>\n","type":"text/plain"},"key":"includes[]","value":"translations"},{"description":{"content":"<p>Include the <code>Source</code></p>\n","type":"text/plain"},"key":"includes[]","value":"source"},{"description":{"content":"<p>Include the <code>Custom FIelds</code></p>\n","type":"text/plain"},"key":"includes[]","value":"custom_fields"},{"description":{"content":"<p>Include the <code>Destinations</code></p>\n","type":"text/plain"},"key":"includes[]","value":"destinations"}],"variable":[]}},"response":[{"id":"591faa9c-ef81-4591-bc03-c1c5539de7a4","name":"Update Story","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"tags\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{REST_BASE_URL}}/stories/{story-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 15:07:31 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"624","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"title\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n        \"slug\": \"fugiat-deserunt-quasi-temporibus-sit-corporis\",\n        \"excerpt\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n        \"featured_image\": {\n            \"data\": {\n               \t\"url\": \"https://example.org/featured-image.jpg\",\n               \t\"alt\": \"Lorem ipsum\",\n               \t\"name\": \"featured-image.jpg\",\n               \t\"sizes\": {\n                   \t\"regular\": \"https://example.org/featured-image_800.jpg\",\n                   \t\"large\": \"https://example.org/featured-image_1000.jpg\",\n                   \t\"full\": \"https://example.org/featured-image_2000.jpg\"\n               \t}\n            }\n        },\n        \"tags\": {\n            \"data\": []\n        },\n        \"primaryCategory\": {\n            \"data\": {\n                \"id\": 14,\n                \"name\": \"nulla\",\n                \"slug\": \"nulla\"\n            }\n        },\n        \"categories\": {\n            \"data\": [\n                {\n                    \"id\": 14,\n                    \"name\": \"nulla\",\n                    \"slug\": \"nulla\",\n                    \"primary\": true\n                },\n                {\n                    \"id\": 16,\n                    \"name\": \"ut qui\",\n                    \"slug\": \"ut-qui\",\n                    \"primary\": false\n                },\n                {\n                    \"id\": 17,\n                    \"name\": \"quo\",\n                    \"slug\": \"quo\",\n                    \"primary\": false\n                }\n            ]\n        },\n        \"author\": {\n            \"data\": {\n            \t\"id\": 7,\n                \"first_name\": \"Trever\",\n                \"last_name\": \"Torphy\",\n                \"bio\": null,\n                \"email\": \"allan.paucek@example.com\",\n                \"profile_picture\": {\n                    \"data\": {\n                        \"url\": \"https://example.org/profile-pic.jpg\",\n                        \"alt\": \"Trever Torphy\",\n                        \"name\": \"profile-pic.jpg\",\n                        \"sizes\": {\n                            \"regular\": \"https://example.org/profile-pic_800.jpg\",\n                            \"large\": \"https://example.org/profile-pic_1000.jpg\",\n                            \"full\": \"https://example.org/profile-pic_2000.jpg\"\n                        }\n                    }\n                }\n            }\n        },\n        \"language\": \"en\",\n        \"translations\": {\n            \"data\": []\n        },\n        \"source\": {\n            \"data\": []\n        },\n        \"published_at\": null,\n        \"content\": \"<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p><p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p><ul><li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li><li>Aliquam tincidunt mauris eu risus.</li><li>Vestibulum auctor dapibus neque.</li></ul>\",\n        \"custom_fields\": {\n            \"data\": [\n                {\n                    \"name\": \"Quote\",\n                    \"description\": \"Prominent quote of the article.\",\n                    \"key\": \"xjUdvUq8ckP8NSUNR29L\",\n                    \"value\": \"To be or not to be, that is the question.\"\n                }\n            ]\n        },\n        \"seo_title\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n        \"seo_description\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\",\n        \"seo_keyword\": \"Lorem ipsum\",\n        \"due_at\": \"2021-01-26T09:31:43+00:00\",\n        \"updated_at\": \"2021-01-26T09:31:43+00:00\",\n        \"destinations\": {\n            \"data\": []\n        }\n    }\n}"}],"_postman_id":"ce0be312-48b9-4f2c-b248-f86d98a765ec"}],"id":"167b5030-7f81-4cf0-9067-7a6965085e0f","description":"<p>Manage <code>Stories</code> through our REST API</p>\n","event":[{"listen":"prerequest","script":{"id":"46777213-cb45-43a3-b043-5d1edc44b2cd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"da7709fd-2b79-4d88-b91d-be61554e31a9","type":"text/javascript","exec":[""]}}],"_postman_id":"167b5030-7f81-4cf0-9067-7a6965085e0f","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}}},{"name":"Authors","item":[{"name":"Get Authors","id":"558eaa32-715c-4e1c-a2b1-bfadf909f7cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/authors?page=1&count=10","description":"<p>Get all <code>Authors</code> from your StoryChief account.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["authors"],"host":["{{REST_BASE_URL}}"],"query":[{"description":{"content":"<p>The current page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items returned per page, defaults to 10, max 100</p>\n","type":"text/plain"},"key":"count","value":"10"}],"variable":[]}},"response":[{"id":"1f027c29-944f-4096-8756-3b69885a9daa","name":"Get Authors","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":{"raw":"{{REST_BASE_URL}}/authors?page=1&count=10","host":["{{REST_BASE_URL}}"],"path":["authors"],"query":[{"key":"page","value":"1","description":"The current page"},{"key":"count","value":"10","description":"The number of items returned per page, defaults to 10, max 100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 14:09:34 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1079","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"first_name\": \"Karen\",\n            \"last_name\": null,\n            \"email\": \"karen@example.com\",\n            \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim blandit volutpat maecenas volutpat blandit aliquam. Ac turpis egestas sed tempus urna et pharetra pharetra massa. Tellus in metus vulputate eu scelerisque felis. Accumsan in nisl nisi scelerisque. Eget duis at tellus at urna. Feugiat in ante metus dictum at tempor commodo.\",\n            \"profile_picture\": {\n                \"data\": {\n                    \"url\": \"https://example.org/profile-pic.jpg\",\n                    \"alt\": \"Karen\",\n                    \"name\": \"profile-pic.jpg\",\n                    \"sizes\": {\n                        \"regular\": \"https://example.org/profile-pic_800.jpg\",\n                        \"large\": \"https://example.org/profile-pic_1000.jpg\",\n                        \"full\": \"https://example.org/profile-pic_2000.jpg\"\n                    }\n                }\n            },\n            \"facebook_link\": \"https://facebook.com/karen\",\n            \"twitter_link\": \"https://twitter.com/karen\",\n            \"linkedin_link\": \"https://linkedin.com/karen\",\n            \"instagram_link\": \"https://instagram.com/karen\"\n        },\n        {\n            \"id\": 2,\n            \"firstname\": \"Helen\",\n            \"lastname\": null,\n            \"email\": \"name.lakin@example.com\",\n            \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim blandit volutpat maecenas volutpat blandit aliquam. Ac turpis egestas sed tempus urna et pharetra pharetra massa. Tellus in metus vulputate eu scelerisque felis. Accumsan in nisl nisi scelerisque. Eget duis at tellus at urna. Feugiat in ante metus dictum at tempor commodo.\",\n            \"profile_picture\": {\n                \"data\": {\n                    \"url\": \"https://example.org/profile-pic.jpg\",\n                    \"alt\": \"Helen\",\n                    \"name\": \"profile-pic.jpg\",\n                    \"sizes\": {\n                        \"regular\": \"https://example.org/profile-pic_800.jpg\",\n                        \"large\": \"https://example.org/profile-pic_1000.jpg\",\n                        \"full\": \"https://example.org/profile-pic_2000.jpg\"\n                    }\n                }\n            },\n            \"facebook_link\": \"https://facebook.com/helen\",\n            \"twitter_link\": \"https://twitter.com/helen\",\n            \"linkedin_link\": \"https://linkedin.com/helen\",\n            \"instagram_link\": \"https://instagram.com/helen\"\n        },\n        {\n            \"id\": 3,\n            \"firstname\": \"Lambert\",\n            \"lastname\": \"Satterfield\",\n            \"email\": \"fbosco@example.com\",\n            \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim blandit volutpat maecenas volutpat blandit aliquam. Ac turpis egestas sed tempus urna et pharetra pharetra massa. Tellus in metus vulputate eu scelerisque felis. Accumsan in nisl nisi scelerisque. Eget duis at tellus at urna. Feugiat in ante metus dictum at tempor commodo.\",\n            \"profile_picture\": {\n                \"data\": {\n                    \"url\": \"https://example.org/profile-pic.jpg\",\n                    \"alt\": \"Lambert Satterfield\",\n                    \"name\": \"profile-pic.jpg\",\n                    \"sizes\": {\n                        \"regular\": \"https://example.org/profile-pic_800.jpg\",\n                        \"large\": \"https://example.org/profile-pic_1000.jpg\",\n                        \"full\": \"https://example.org/profile-pic_2000.jpg\"\n                    }\n                }\n            },\n            \"facebook_link\": \"https://facebook.com/lambert\",\n            \"twitter_link\": \"https://twitter.com/lambert\",\n            \"linkedin_link\": \"https://linkedin.com/lambert\",\n            \"instagram_link\": \"https://instagram.com/lambert\"\n        },\n        {\n            \"id\": 4,\n            \"firstname\": \"Colt\",\n            \"lastname\": null,\n            \"email\": \"kristofer36@example.org\",\n            \"bio\": null,\n            \"profile_picture\": [],\n            \"facebook_link\": null,\n            \"twitter_link\": null,\n            \"linkedin_link\": null,\n            \"instagram_link\": null\n        },\n        {\n            \"id\": 5,\n            \"firstname\": \"Graciela\",\n            \"lastname\": \"Ankunding\",\n            \"email\": \"medhurst.katelynn@example.org\",\n            \"bio\": null,\n            \"profile_picture\": [],\n            \"facebook_link\": null,\n            \"twitter_link\": null,\n            \"linkedin_link\": null,\n            \"instagram_link\": null\n        },\n        {\n            \"id\": 6,\n            \"firstname\": \"Kara\",\n            \"lastname\": null,\n            \"email\": \"elroy.donnelly@example.org\",\n            \"bio\": null,\n            \"profile_picture\": [],\n            \"facebook_link\": null,\n            \"twitter_link\": null,\n            \"linkedin_link\": null,\n            \"instagram_link\": null\n        },\n        {\n            \"id\": 7,\n            \"firstname\": \"Trever\",\n            \"lastname\": \"Torphy\",\n            \"email\": \"allan.paucek@example.com\",\n            \"bio\": null,\n            \"profile_picture\": [],\n            \"facebook_link\": null,\n            \"twitter_link\": null,\n            \"linkedin_link\": null,\n            \"instagram_link\": null\n        },\n        {\n            \"id\": 8,\n            \"firstname\": \"Olga\",\n            \"lastname\": null,\n            \"email\": \"wankunding@example.net\",\n            \"bio\": null,\n            \"profile_picture\": [],\n            \"facebook_link\": null,\n            \"twitter_link\": null,\n            \"linkedin_link\": null,\n            \"instagram_link\": null\n        },\n        {\n            \"id\": 9,\n            \"firstname\": \"Albina\",\n            \"lastname\": \"Schamberger\",\n            \"email\": \"cole.oliver@example.org\",\n            \"bio\": null,\n            \"profile_picture\": [],\n            \"facebook_link\": null,\n            \"twitter_link\": null,\n            \"linkedin_link\": null,\n            \"instagram_link\": null\n        },\n        {\n            \"id\": 10,\n            \"firstname\": \"Emerson\",\n            \"lastname\": \"Rau\",\n            \"email\": \"roma.hoeger@example.com\",\n            \"bio\": null,\n            \"profile_picture\": [],\n            \"facebook_link\": null,\n            \"twitter_link\": null,\n            \"linkedin_link\": null,\n            \"instagram_link\": null\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"total\": 11,\n            \"count\": 10,\n            \"per_page\": 10,\n            \"current_page\": 1,\n            \"total_pages\": 2,\n            \"links\": {\n                \"next\": \"{{REST_BASE_URL}}/authors?page=2\"\n            }\n        }\n    }\n}"}],"_postman_id":"558eaa32-715c-4e1c-a2b1-bfadf909f7cc"},{"name":"Get Author","id":"5fc1a2a7-c718-4c2e-85f0-bf028cb694ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/authors/{author-id}","description":"<p>Get an <code>Author</code> from your StoryChief account by <code>Id</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["authors","{author-id}"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"6ccd2fe5-8cad-4772-8f4d-2741e7953ac5","name":"Get Author","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/authors/{author-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 14:11:30 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"205","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": 1,\r\n        \"first_name\": \"Karen\",\r\n        \"last_name\": null,\r\n        \"email\": \"karen@example.com\",\r\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim blandit volutpat maecenas volutpat blandit aliquam. Ac turpis egestas sed tempus urna et pharetra pharetra massa. Tellus in metus vulputate eu scelerisque felis. Accumsan in nisl nisi scelerisque. Eget duis at tellus at urna. Feugiat in ante metus dictum at tempor commodo.\",\r\n        \"profile_picture\": {\r\n            \"data\": {\r\n                \"url\": \"https://example.org/profile-pic.jpg\",\r\n                \"alt\": \"Karen\",\r\n                \"name\": \"profile-pic.jpg\",\r\n                \"sizes\": {\r\n                    \"regular\": \"https://example.org/profile-pic_800.jpg\",\r\n                    \"large\": \"https://example.org/profile-pic_1000.jpg\",\r\n                    \"full\": \"https://example.org/profile-pic_2000.jpg\"\r\n                }\r\n            }\r\n        },\r\n        \"facebook_link\": \"https://facebook.com/karen\",\r\n        \"twitter_link\": \"https://twitter.com/karen\",\r\n        \"linkedin_link\": \"https://linkedin.com/karen\",\r\n        \"instagram_link\": \"https://instagram.com/karen\"\r\n    }\r\n}"}],"_postman_id":"5fc1a2a7-c718-4c2e-85f0-bf028cb694ed"},{"name":"Create Author","id":"2c7072d9-b879-4088-b96d-7fd94ccbdb98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"firstname\":\"John\",\n   \"lastname\":\"Doe\",\n   \"email\":\"john.doe@example.org\",\n   \"bio\":\"Pretium fusce id velit ut tortor pretium viverra suspendisse potenti. Congue eu consequat ac felis donec et. Malesuada bibendum arcu vitae elementum curabitur vitae nunc sed. Elementum nisi quis eleifend quam adipiscing. Diam vel quam elementum pulvinar etiam non quam lacus. Volutpat ac tincidunt vitae semper quis lectus nulla at. Molestie nunc non blandit massa enim.\"\n}"},"url":"{{REST_BASE_URL}}/authors","description":"<p>Create a new <code>Author</code> in your StoryChief account.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["authors"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"dd90c412-a01f-4370-954a-ca924f5e1111","name":"Create Author","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"firstname\":\"John\",\n   \"lastname\":\"Doe\",\n   \"email\":\"john.doe@example.org\",\n   \"bio\":\"Pretium fusce id velit ut tortor pretium viverra suspendisse potenti. Congue eu consequat ac felis donec et. Malesuada bibendum arcu vitae elementum curabitur vitae nunc sed. Elementum nisi quis eleifend quam adipiscing. Diam vel quam elementum pulvinar etiam non quam lacus. Volutpat ac tincidunt vitae semper quis lectus nulla at. Molestie nunc non blandit massa enim.\"\n}"},"url":"{{REST_BASE_URL}}/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 14:29:35 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"583","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 123,\n        \"firstname\": \"John\",\n        \"lastname\": \"Doe\",\n        \"email\": \"john.doe@example.org\",\n        \"bio\": \"Pretium fusce id velit ut tortor pretium viverra suspendisse potenti. Congue eu consequat ac felis donec et. Malesuada bibendum arcu vitae elementum curabitur vitae nunc sed. Elementum nisi quis eleifend quam adipiscing. Diam vel quam elementum pulvinar etiam non quam lacus. Volutpat ac tincidunt vitae semper quis lectus nulla at. Molestie nunc non blandit massa enim.\",\n        \"profile_picture\": [],\n        \"facebook_link\": null,\n        \"twitter_link\": null,\n        \"linkedin_link\": null,\n        \"instagram_link\": null\n    }\n}"}],"_postman_id":"2c7072d9-b879-4088-b96d-7fd94ccbdb98"},{"name":"Update Author","id":"834f48fd-2bc1-4559-9dee-fe0780d3e9be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n    \"facebook_link\": \"https://facebook.com/john_doe\"\n}"},"url":"{{REST_BASE_URL}}/authors/{author-id}","description":"<p>Update an <code>Author</code> in your StoryChief account by <code>Id</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["authors","{author-id}"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"04111549-046d-4053-badc-13452eb1fdf5","name":"Update Author","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n    \"facebook_link\": \"https://facebook.com/john_doe\"\n}"},"url":"{{REST_BASE_URL}}/authors/{author-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 14:33:25 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"595","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 123,\n        \"firstname\": \"John\",\n        \"lastname\": \"Doe\",\n        \"email\": \"john.doe@example.org\",\n        \"bio\": \"Pretium fusce id velit ut tortor pretium viverra suspendisse potenti. Congue eu consequat ac felis donec et. Malesuada bibendum arcu vitae elementum curabitur vitae nunc sed. Elementum nisi quis eleifend quam adipiscing. Diam vel quam elementum pulvinar etiam non quam lacus. Volutpat ac tincidunt vitae semper quis lectus nulla at. Molestie nunc non blandit massa enim.\",\n        \"profile_picture\": [],\n        \"facebook_link\": \"https://facebook.com/john_doe\",\n        \"twitter_link\": null,\n        \"linkedin_link\": null,\n        \"instagram_link\": null\n    }\n}"}],"_postman_id":"834f48fd-2bc1-4559-9dee-fe0780d3e9be"},{"name":"Delete Author","id":"b6585c71-de4c-427f-beac-2f8ea8f4e383","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/authors/{author-id}?replacement_author_id=1","description":"<p>Delete an <code>Author</code> in your StoryChief account by <code>Id</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["authors","{author-id}"],"host":["{{REST_BASE_URL}}"],"query":[{"description":{"content":"<p>The Author ID who should inherit all articles of the deleted Author</p>\n","type":"text/plain"},"key":"replacement_author_id","value":"1"}],"variable":[]}},"response":[{"id":"9cc1abc7-a570-4cfc-a339-0d7a43b0251b","name":"Delete Author","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":{"raw":"{{REST_BASE_URL}}/authors/{author-id}?replacement_author_id=1","host":["{{REST_BASE_URL}}"],"path":["authors","{author-id}"],"query":[{"key":"replacement_author_id","value":"1","description":"The Author ID who should inherit all articles of the deleted Author"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 14:38:41 GMT","enabled":true},{"key":"Content-Type","value":"text/html; charset=UTF-8","enabled":true},{"key":"Content-Length","value":"0","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"first_name\": \"Karen\",\n        \"last_name\": null,\n        \"email\": \"karen@example.com\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim blandit volutpat maecenas volutpat blandit aliquam. Ac turpis egestas sed tempus urna et pharetra pharetra massa. Tellus in metus vulputate eu scelerisque felis. Accumsan in nisl nisi scelerisque. Eget duis at tellus at urna. Feugiat in ante metus dictum at tempor commodo.\",\n        \"profile_picture\": {\n            \"data\": {\n                \"url\": \"https://example.org/profile-pic.jpg\",\n                \"alt\": \"Karen\",\n                \"name\": \"profile-pic.jpg\",\n                \"sizes\": {\n                    \"regular\": \"https://example.org/profile-pic_800.jpg\",\n                    \"large\": \"https://example.org/profile-pic_1000.jpg\",\n                    \"full\": \"https://example.org/profile-pic_2000.jpg\"\n                }\n            }\n        },\n        \"facebook_link\": \"https://facebook.com/karen\",\n        \"twitter_link\": \"https://twitter.com/karen\",\n        \"linkedin_link\": \"https://linkedin.com/karen\",\n        \"instagram_link\": \"https://instagram.com/karen\"\n    }\n}"}],"_postman_id":"b6585c71-de4c-427f-beac-2f8ea8f4e383"}],"id":"3929e760-54a8-46f6-a4af-d0551a05db86","description":"<p>Manage <code>Authors</code> through our REST API</p>\n","event":[{"listen":"prerequest","script":{"id":"613389e8-8a47-48bc-966c-aa5c25f15d91","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6cbabbe8-ecb5-467e-85d8-07d428e4199f","type":"text/javascript","exec":[""]}}],"_postman_id":"3929e760-54a8-46f6-a4af-d0551a05db86","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}}},{"name":"Categories","item":[{"name":"Get Categories","id":"ceb18e33-66c3-4efc-979a-9e7a1b967c9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}","type":"text"}],"url":"{{REST_BASE_URL}}/categories?page=1&count=10","description":"<p>Get all <code>Categories</code> from your StoryChief account.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["categories"],"host":["{{REST_BASE_URL}}"],"query":[{"description":{"content":"<p>The current page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items returned per page, defaults to 10, max 100</p>\n","type":"text/plain"},"key":"count","value":"10"}],"variable":[]}},"response":[{"id":"4f51b0e6-c7b0-4b8d-8987-82ba5175ef2c","name":"Get Categories","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}","type":"text"}],"url":{"raw":"{{REST_BASE_URL}}/categories?page=1&count=10","host":["{{REST_BASE_URL}}"],"path":["categories"],"query":[{"key":"page","value":"1","description":"The current page"},{"key":"count","value":"10","description":"The number of items returned per page, defaults to 10, max 100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 13:39:15 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"754","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"delectus et aut\",\n            \"slug\": \"delectus-et-aut\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"omnis\",\n            \"slug\": \"omnis\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"quos\",\n            \"slug\": \"quos\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"consequatur odit\",\n            \"slug\": \"consequatur-odit\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"suscipit et consequatur\",\n            \"slug\": \"suscipit-et-consequatur\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"nulla\",\n            \"slug\": \"nulla\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"quis\",\n            \"slug\": \"quis\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"ut\",\n            \"slug\": \"ut\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"delectus\",\n            \"slug\": \"delectus\"\n        },\n        {\n            \"id\": 10,\n            \"name\": \"nihil ducimus libero\",\n            \"slug\": \"nihil-ducimus-libero\"\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"total\": 25,\n            \"count\": 10,\n            \"per_page\": 10,\n            \"current_page\": 1,\n            \"total_pages\": 3,\n            \"links\": {\n                \"next\": \"{{REST_BASE_URL}}/categories?page=2\"\n            }\n        }\n    }\n}"}],"_postman_id":"ceb18e33-66c3-4efc-979a-9e7a1b967c9c"},{"name":"Get Category","id":"8a7a5ef6-0df3-4510-8e79-34980a04b48f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/categories/{category-id}","description":"<p>Get a <code>Category</code> from your StoryChief account by <code>Id</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["categories","{category-id}"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"cb431ff9-4e96-4e62-b536-0c34d40d12df","name":"Get Category","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/categories/{category-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 13:48:27 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"75","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"58","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"delectus et aut\",\n        \"slug\": \"delectus-et-aut\"\n    }\n}"}],"_postman_id":"8a7a5ef6-0df3-4510-8e79-34980a04b48f"},{"name":"Create Category","id":"0b239be8-2419-428a-944a-c9dbb10c3013","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"name\":\"tincidunt\"\n}"},"url":"{{REST_BASE_URL}}/categories","description":"<p>Create a new <code>Category</code> in your StoryChief account.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["categories"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"3b605cb4-f74e-4f45-acc9-1408f991c349","name":"Create Category","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"name\":\"tincidunt\"\n}"},"url":"{{REST_BASE_URL}}/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 13:51:40 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"64","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 123,\n        \"name\": \"tincidunt\",\n        \"slug\": \"tincidunt\"\n    }\n}"}],"_postman_id":"0b239be8-2419-428a-944a-c9dbb10c3013"},{"name":"Update Category","id":"c5ffbb34-b1b3-4224-addc-68031bf33945","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"name\":\"Tincidunt\"\n}"},"url":"{{REST_BASE_URL}}/categories/{category-id}","description":"<p>Update a <code>Category</code> in your StoryChief account by <code>Id</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["categories","{category-id}"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"902733c0-0df8-48e3-aef4-12406e855040","name":"Update Category","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"name\":\"Tincidunt\"\n}"},"url":"{{REST_BASE_URL}}/categories/{category-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 13:53:07 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"64","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 123,\n        \"name\": \"Tincidunt\",\n        \"slug\": \"tincidunt\"\n    }\n}"}],"_postman_id":"c5ffbb34-b1b3-4224-addc-68031bf33945"},{"name":"Delete Category","id":"7c43935c-e515-490b-a087-c6c6b023eed5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/categories/{category-id}","description":"<p>Delete a <code>Category</code> in your StoryChief account by <code>Id</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["categories","{category-id}"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"326a24c9-4e88-4710-8f77-a3eaf104d057","name":"Delete Category","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/categories/{category-id}"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 13:54:47 GMT","enabled":true},{"key":"Content-Type","value":"text/html; charset=UTF-8","enabled":true},{"key":"Content-Length","value":"0","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7c43935c-e515-490b-a087-c6c6b023eed5"}],"id":"3bca3704-3c28-42be-8985-a47c713cdeb0","description":"<p>Manage <code>Categories</code> through our REST API</p>\n","event":[{"listen":"prerequest","script":{"id":"62b52a67-f907-464d-b50a-3bf9cb5a87ff","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e6d98990-0aee-4c8b-a49e-ddac06bea5e5","type":"text/javascript","exec":[""]}}],"_postman_id":"3bca3704-3c28-42be-8985-a47c713cdeb0","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}}},{"name":"Tags","item":[{"name":"Get Tags","id":"a4b6b123-02eb-4d3c-b9dc-de4d0fe6c366","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/tags?page=1&count=10","description":"<p>Get all <code>Tags</code> from your StoryChief account.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["tags"],"host":["{{REST_BASE_URL}}"],"query":[{"description":{"content":"<p>The current page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items returned per page, defaults to 10, max 100</p>\n","type":"text/plain"},"key":"count","value":"10"}],"variable":[]}},"response":[{"id":"a2da884f-4eff-4afe-9879-7f9daaf82bf8","name":"Get Tags","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{BEARER_TOKEN}}"}],"url":{"raw":"{{REST_BASE_URL}}/tags?page=1&count=10","host":["{{REST_BASE_URL}}"],"path":["tags"],"query":[{"key":"page","value":"1","description":"The current page"},{"key":"count","value":"10","description":"The number of items returned per page, defaults to 10, max 100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 13:59:26 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"855","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"sit\",\n            \"slug\": \"sit\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"harum saepe\",\n            \"slug\": \"harum-saepe\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"mollitia voluptate quibusdam\",\n            \"slug\": \"mollitia-voluptate-quibusdam\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"veniam accusantium\",\n            \"slug\": \"veniam-accusantium\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"deserunt tempora\",\n            \"slug\": \"deserunt-tempora\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"cum quos illum\",\n            \"slug\": \"cum-quos-illum\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"quo voluptates cupiditate\",\n            \"slug\": \"quo-voluptates-cupiditate\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"architecto ut dolor\",\n            \"slug\": \"architecto-ut-dolor\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"a modi ducimus\",\n            \"slug\": \"a-modi-ducimus\"\n        },\n        {\n            \"id\": 10,\n            \"name\": \"voluptatem\",\n            \"slug\": \"voluptatem\"\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"total\": 28,\n            \"count\": 10,\n            \"per_page\": 10,\n            \"current_page\": 1,\n            \"total_pages\": 3,\n            \"links\": {\n                \"next\": \"{{REST_BASE_URL}}/tags?page=2\"\n            }\n        }\n    }\n}"}],"_postman_id":"a4b6b123-02eb-4d3c-b9dc-de4d0fe6c366"},{"name":"Get Tag","id":"1ae64576-35c1-42f9-be32-f0f3b59c3093","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/tags/{tag-id}","description":"<p>Get a <code>Tag</code> from your StoryChief account by <code>Id</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["tags","{tag-id}"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"9f6ec4dc-3e81-4885-b6b4-f75082fbcc3d","name":"Get Tag","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/tags/{tag-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 14:00:09 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"52","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"58","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"sit\",\n        \"slug\": \"sit\"\n    }\n}"}],"_postman_id":"1ae64576-35c1-42f9-be32-f0f3b59c3093"},{"name":"Create Tag","id":"17ed9b0a-a92e-4379-961c-65fc30c24f8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"name\":\"iaculis\"\n}"},"url":"{{REST_BASE_URL}}/tags","description":"<p>Create a new <code>Tag</code> in your StoryChief account.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["tags"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"cb90d86b-4b5a-4775-95a0-f4c123865caf","name":"Create Tag","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"name\":\"iaculis\"\n}"},"url":"{{REST_BASE_URL}}/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 14:00:51 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"59","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 123,\n        \"name\": \"iaculis\",\n        \"slug\": \"iaculis\"\n    }\n}"}],"_postman_id":"17ed9b0a-a92e-4379-961c-65fc30c24f8a"},{"name":"Update Tag","id":"735a456b-9631-450d-b6e6-6a3d2492bb23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"name\":\"Iaculis\"\n}"},"url":"{{REST_BASE_URL}}/tags/{tag-id}","description":"<p>Update a <code>Tag</code> in your StoryChief account by <code>Id</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["tags","{tag-id}"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"881fde01-d4e9-4cfe-a551-dff264404c5f","name":"Update Tag","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Iaculis\"\n}","options":{"raw":{"language":"json"}}},"url":"{{REST_BASE_URL}}/tags/{tag-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 14:01:27 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"59","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"58","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 123,\n        \"name\": \"Iaculis\",\n        \"slug\": \"iaculis\"\n    }\n}"}],"_postman_id":"735a456b-9631-450d-b6e6-6a3d2492bb23"},{"name":"Delete Tag","id":"d958b83b-bfbc-4350-9d63-7663a373e320","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/tags/{tag-id}","description":"<p>Delete a <code>Tag</code> in your StoryChief account by <code>Id</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["tags","{tag-id}"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"e36e67e9-a9aa-47a2-9a06-39d1cb21eca1","name":"Delete Tag","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/tags/{tag-id}"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 14:02:09 GMT","enabled":true},{"key":"Content-Type","value":"text/html; charset=UTF-8","enabled":true},{"key":"Content-Length","value":"0","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d958b83b-bfbc-4350-9d63-7663a373e320"}],"id":"56212ed3-950e-451b-8571-85d64e17479b","description":"<p>Manage <code>Tags</code> through our REST API</p>\n","event":[{"listen":"prerequest","script":{"id":"62b52a67-f907-464d-b50a-3bf9cb5a87ff","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e6d98990-0aee-4c8b-a49e-ddac06bea5e5","type":"text/javascript","exec":[""]}}],"_postman_id":"56212ed3-950e-451b-8571-85d64e17479b","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}}},{"name":"Destinations","item":[{"name":"Get Destinations","id":"cb37ebb5-7c32-4b11-8e0e-606589a25319","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/destinations?page=1&count=10&destination_type=twitter","description":"<p>Get all <code>Destinations</code> from your StoryChief account.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["destinations"],"host":["{{REST_BASE_URL}}"],"query":[{"description":{"content":"<p>The current page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items returned per page, defaults to 10, max 100</p>\n","type":"text/plain"},"key":"count","value":"10"},{"description":{"content":"<p>filter posts by a specific channel of the option william, google-amp, rss, craft, facebook-instant-articles, facebook, facebook-group, instagram, medium, linkedin, twitter, mailchimp, campaign-monitor, active-campaign, wordpress, fork, drupal, blogger, shopify, sitemanager, ambassadors, hubspot, press, webflow, clipboard, joomla, google-my-business, slack, linkedin-profile, statamic, ghost-cms, api.</p>\n","type":"text/plain"},"key":"destination_type","value":"twitter"}],"variable":[]}},"response":[{"id":"6dec7b8f-e51b-4cc2-bb23-784948911851","name":"Get Destinations","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":{"raw":"{{REST_BASE_URL}}/destinations?page=1&count=10","host":["{{REST_BASE_URL}}"],"path":["destinations"],"query":[{"key":"page","value":"1","description":"The current page"},{"key":"count","value":"10","description":"The number of items returned per page, defaults to 10, max 100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 14:40:32 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"3300","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"58","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"type\": \"william\",\n            \"name\": \"My Blog\",\n            \"status\": \"configured\"\n        },\n        {\n            \"id\": 2,\n            \"type\": \"twitter\",\n            \"name\": \"My Twitter Account\",\n            \"status\": \"configured\"\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"total\": 2,\n            \"count\": 2,\n            \"per_page\": 10,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"links\": {\n                \"next\": \"{{REST_BASE_URL}}/destinations?page=2\"\n            }\n        }\n    }\n}"}],"_postman_id":"cb37ebb5-7c32-4b11-8e0e-606589a25319"},{"name":"Get Destination","id":"8f080722-238f-4ac0-bc5f-809660e09f01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/destinations/{destination-id}","description":"<p>Get a <code>Destination</code> from your StoryChief account by <code>Id</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["destinations","{destination-id}"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"7b75eb9e-c828-46fb-9854-2c57d32e649e","name":"Get Destination","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/destinations/{destination-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 14:46:16 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1680","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"type\": \"william\",\n        \"name\": \"Lorem Ipsum\",\n        \"status\": \"configured\"\n    }\n}"}],"_postman_id":"8f080722-238f-4ac0-bc5f-809660e09f01"}],"id":"0f6f60ef-1f7b-4f07-ac55-df5e691aadbc","description":"<p>Read your <code>Destinations</code> through our REST API. </p>\n","event":[{"listen":"prerequest","script":{"id":"50d15136-77df-4274-95d4-935bff112891","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"caa1834f-d704-4a5a-b6c7-fe10a0bfec9f","type":"text/javascript","exec":[""]}}],"_postman_id":"0f6f60ef-1f7b-4f07-ac55-df5e691aadbc","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}}},{"name":"Contact Lists","item":[{"name":"Contacts","item":[{"name":"Get Contacts","id":"33fa02ab-1ea4-46e4-a389-a589d920268e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/lists/{contactlist-id}/contacts?page=1&count=10","description":"<p>Get all <code>Contacts</code> inside a <code>Contact List</code> from your StoryChief account.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["lists","{contactlist-id}","contacts"],"host":["{{REST_BASE_URL}}"],"query":[{"description":{"content":"<p>The current page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items returned per page, defaults to 10, max 100</p>\n","type":"text/plain"},"key":"count","value":"10"}],"variable":[]}},"response":[{"id":"7b25acdb-47b9-4b96-8f0c-fc95b2ce54ca","name":"Get Contacts","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":{"raw":"{{REST_BASE_URL}}/lists/{contactlist-id}/contacts?page=1&count=10","host":["{{REST_BASE_URL}}"],"path":["lists","{contactlist-id}","contacts"],"query":[{"key":"page","value":"1"},{"key":"count","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 15:42:31 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"218","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"58","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"firstname\": \"Karen\",\n            \"lastname\": \"Smith\",\n            \"email\": \"karen@example.com\",\n            \"status\": \"subscribed\"\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"total\": 1,\n            \"count\": 1,\n            \"per_page\": 10,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"links\": {}\n        }\n    }\n}"}],"_postman_id":"33fa02ab-1ea4-46e4-a389-a589d920268e"},{"name":"Get Contact","id":"301f65f8-10f5-407b-99d8-b4b734e336f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/lists/{contactlist-id}/contacts/{contact-id}","description":"<p>Get a <code>Contact</code> by <code>Id</code> inside a <code>Contact List</code> from your StoryChief account.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["lists","{contactlist-id}","contacts","{contact-id}"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"c7dbb6e2-9075-42dd-9383-954c027afc06","name":"Get Contact","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/lists/{contactlist-id}/contacts/{contact-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 15:46:22 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"114","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"firstname\": \"Karen\",\n        \"lastname\": \"Smith\",\n        \"email\": \"karen@example.com\",\n        \"status\": \"subscribed\"\n    }\n}"}],"_postman_id":"301f65f8-10f5-407b-99d8-b4b734e336f0"},{"name":"Search Contact","id":"0cbb182b-4561-44f4-aa50-2dc17a3b6201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"karen@example.com\"\n}"},"url":"{{REST_BASE_URL}}/lists/{contactlist-id}/contacts/search","description":"<p>Search a <code>Contact</code> inside a <code>Contact List</code> in your StoryChief account by <code>email</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["lists","{contactlist-id}","contacts","search"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"c2504934-1dac-48e0-b239-c66668005ec1","name":"Search Contact","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"karen@example.com\"\n}"},"url":"{{REST_BASE_URL}}/lists/{contactlist-id}/contacts/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 15:47:18 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"114","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"57","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"firstname\": \"Karen\",\n        \"lastname\": \"Smith\",\n        \"email\": \"karen@example.com\",\n        \"status\": \"subscribed\"\n    }\n}"}],"_postman_id":"0cbb182b-4561-44f4-aa50-2dc17a3b6201"},{"name":"Create Contact","id":"cf5d6ded-ee62-4474-bce5-8c6daad796cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"firstname\":\"John\",\n   \"lastname\":\"Doe\",\n   \"email\":\"john@example.com\",\n   \"status\": \"subscribed\"\n}"},"url":"{{REST_BASE_URL}}/lists/{contactlist-id}/contacts","description":"<p>Create a new <code>Contact</code> inside a <code>Contact List</code> in your StoryChief account.</p>\n<p>Status can be one of the following: <code>pending</code> (default), <code>subscribed</code>, <code>unsubscribed</code>, <code>cleaned</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["lists","{contactlist-id}","contacts"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"a3dbdba4-aa4f-4107-a810-1d341d539f60","name":"Create Contact","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"firstname\":\"John\",\n   \"lastname\":\"Doe\",\n   \"email\":\"john@example.com\",\n   \"status\": \"subscribed\"\n}"},"url":"{{REST_BASE_URL}}/lists/{contactlist-id}/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 15:48:29 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"111","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"firstname\": \"John\",\n        \"lastname\": \"Doe\",\n        \"email\": \"john@example.com\",\n        \"status\": \"subscribed\"\n    }\n}"}],"_postman_id":"cf5d6ded-ee62-4474-bce5-8c6daad796cf"},{"name":"Update Contact","id":"a65cc2cb-9a52-4a09-a378-7f7476bfbac6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"firstname\":\"John\",\n   \"lastname\":\"Smith\",\n   \"email\":\"john@example.com\",\n   \"status\": \"cleaned\"\n}"},"url":"{{REST_BASE_URL}}/lists/{contactlist-id}/contacts/{contact-id}","description":"<p>Update a <code>Contact</code> inside a <code>Contact List</code> in your StoryChief account by <code>Id</code>.</p>\n<p>Status can be one of the following: <code>pending</code> (default), <code>subscribed</code>, <code>unsubscribed</code>, <code>cleaned</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["lists","{contactlist-id}","contacts","{contact-id}"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"d179a184-9302-42e3-8c9e-93f40146d6cf","name":"Update Contact","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"firstname\":\"John\",\n   \"lastname\":\"Smith\",\n   \"email\":\"john@example.com\",\n   \"status\": \"cleaned\"\n}"},"url":"{{REST_BASE_URL}}/lists/{contactlist-id}/contacts/{contact-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 15:50:16 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"110","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"57","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"firstname\": \"John\",\n        \"lastname\": \"Smith\",\n        \"email\": \"john@example.com\",\n        \"status\": \"cleaned\"\n    }\n}"}],"_postman_id":"a65cc2cb-9a52-4a09-a378-7f7476bfbac6"},{"name":"Delete Contact","id":"a07dbaf0-8292-41d4-b0b8-9813ee25a966","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/lists/{contactlist-id}/contacts/{contact-id}","description":"<p>Delete a <code>Contact</code> inside a <code>Contact List</code> in your StoryChief account by <code>Id</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["lists","{contactlist-id}","contacts","{contact-id}"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"06f35353-8719-4b10-9309-dfd2c2fd2273","name":"Delete Contact","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/lists/{contactlist-id}/contacts/{contact-id}"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 15:50:59 GMT","enabled":true},{"key":"Content-Type","value":"text/html; charset=UTF-8","enabled":true},{"key":"Content-Length","value":"0","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a07dbaf0-8292-41d4-b0b8-9813ee25a966"}],"id":"38cf8b17-c7e5-43ad-a5cb-5942a672df1d","description":"<p>Manage <code>Contacts</code> through our REST API</p>\n","event":[{"listen":"prerequest","script":{"id":"87a44dff-1f9d-4b18-8f97-b50b4cea055b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9fafa2e1-3e4e-408e-aec1-7255e28061c0","type":"text/javascript","exec":[""]}}],"_postman_id":"38cf8b17-c7e5-43ad-a5cb-5942a672df1d","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}}},{"name":"Get Contact Lists","id":"ea1e11e1-bd45-42a5-94c0-7b8f858e8762","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/lists?page=1&count=10","description":"<p>Get all <code>Contact Lists</code> from your StoryChief account.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["lists"],"host":["{{REST_BASE_URL}}"],"query":[{"description":{"content":"<p>The current page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items returned per page, defaults to 10, max 100</p>\n","type":"text/plain"},"key":"count","value":"10"}],"variable":[]}},"response":[{"id":"bbc741f9-90f3-434b-afe0-c4fd577d5162","name":"Get Contact Lists","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/lists"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 15:37:04 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"197","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"My colleagues\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"My journalists\"\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"total\": 2,\n            \"count\": 2,\n            \"per_page\": 10,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"links\": {}\n        }\n    }\n}"}],"_postman_id":"ea1e11e1-bd45-42a5-94c0-7b8f858e8762"},{"name":"Get Contact List","id":"1958d0cf-b5b4-48b0-bb0f-494f48a1e4e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/lists/{contactlist-id}","description":"<p>Get all <code>Contact Lists</code> from your StoryChief account.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["lists","{contactlist-id}"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"c16c63ce-b800-4aa0-ad82-0cc75f2cadae","name":"Get Contact List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/lists/{contactlist-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 15:37:04 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"197","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"My colleagues\"\n    }\n}"}],"_postman_id":"1958d0cf-b5b4-48b0-bb0f-494f48a1e4e5"},{"name":"Purge Contact List","id":"62ab4d30-d1de-4448-b960-5b85c918cd3a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{BEARER_TOKEN}}","type":"text"}],"url":"{{REST_BASE_URL}}/lists/{contactlist-id}/purge","description":"<p>Clear all contacts from a <code>Contact List</code> from your StoryChief account.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["lists","{contactlist-id}","purge"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"00314e14-6b8f-4eb8-9bdf-d5ccf441b6d1","name":"Purge Contact List","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}","type":"text"}],"url":"{{REST_BASE_URL}}/lists/{contactlist-id}/purge"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": 1,\r\n        \"name\": \"Ambassadors list 1\"\r\n    }\r\n}"}],"_postman_id":"62ab4d30-d1de-4448-b960-5b85c918cd3a"},{"name":"Batch subscribe Contact List","id":"22d9046b-003f-4674-b037-daaf3813fec5","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{BEARER_TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": [\r\n        {\r\n            \"email\": \"alex@example.com\",\r\n            \"firstname\": \"Alex\",\r\n            \"status\": \"pending\"\r\n        },\r\n        {\r\n            \"email\": \"gilles@example.com\",\r\n            \"firstname\": \"Gilles\",\r\n            \"status\": \"subscribed\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{REST_BASE_URL}}/lists/{contactlist-id}","description":"<p>Import a list of contacts into your <code>Contact Lists</code> from your StoryChief account.</p>\n<p>You have four status-types:</p>\n<ul>\n<li>pending: contact will receive a confirmation email</li>\n<li>subscribed</li>\n<li>unsubscribed</li>\n<li>cleaned</li>\n</ul>\n<p>This operation only allows 100 contacts per request.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["lists","{contactlist-id}"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"67b9f198-7aaf-40cd-8511-7c72069d5039","name":"Batch subscribe Contact List","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": [\r\n        {\r\n            \"email\": \"alex@example.com\",\r\n            \"firstname\": \"Alex\",\r\n            \"status\": \"pending\"\r\n        },\r\n        {\r\n            \"email\": \"gilles@example.com\",\r\n            \"firstname\": \"Gilles\",\r\n            \"status\": \"subscribed\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{REST_BASE_URL}}/lists/{contactlist-id}"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": 1,\r\n        \"name\": \"Ambassadors list 1\"\r\n    }\r\n}"}],"_postman_id":"22d9046b-003f-4674-b037-daaf3813fec5"}],"id":"bdae01d4-dcb8-4678-a6ba-4cae784ca8af","description":"<p>Manage <code>Contact Lists</code> through our REST API</p>\n","event":[{"listen":"prerequest","script":{"id":"d277108b-cd82-42ae-b02f-12a294bbc695","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b4fbc1fd-9e67-4a39-ac33-fd91e4cf7be4","type":"text/javascript","exec":[""]}}],"_postman_id":"bdae01d4-dcb8-4678-a6ba-4cae784ca8af","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}}},{"name":"Contacts","item":[{"name":"Get Contacts","id":"bd3f5551-d685-45a7-9615-640beb300217","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/contacts?page=1&count=10&includes[]=lists","description":"<p>Get all <code>Contacts</code> across all <code>Contact Lists</code> from your StoryChief account.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["contacts"],"host":["{{REST_BASE_URL}}"],"query":[{"description":{"content":"<p>The current page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items returned per page, defaults to 10, max 100</p>\n","type":"text/plain"},"key":"count","value":"10"},{"description":{"content":"<p>Include all the lists a contact is in</p>\n","type":"text/plain"},"key":"includes[]","value":"lists"}],"variable":[]}},"response":[{"id":"203b2bcb-8ca7-4191-8c8d-76b6c8aed4b2","name":"Get Contacts","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":{"raw":"{{REST_BASE_URL}}/contacts?page=1&count=10&includes[]=lists","host":["{{REST_BASE_URL}}"],"path":["contacts"],"query":[{"key":"page","value":"1"},{"key":"count","value":"10"},{"key":"includes[]","value":"lists"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 15:42:31 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"218","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"58","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"firstname\": \"Karen\",\n            \"lastname\": \"Smith\",\n            \"email\": \"karen@example.com\",\n            \"lists\": {\n                \"data\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"My colleagues\",\n                        \"status\": \"subscribed\"\n                    },\n                    {\n                        \"id\": 2,\n                        \"name\": \"My journalists\",\n                        \"status\": \"subscribed\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"total\": 1,\n            \"count\": 1,\n            \"per_page\": 10,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"links\": {}\n        }\n    }\n}"}],"_postman_id":"bd3f5551-d685-45a7-9615-640beb300217"},{"name":"Get Contact","id":"52046e84-21fb-4516-9c51-2013f72020b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/contacts/{contact-id}?includes[]=lists","description":"<p>Get a <code>Contact</code> by <code>Id</code> across all <code>Contact Lists</code> from your StoryChief account.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["contacts","{contact-id}"],"host":["{{REST_BASE_URL}}"],"query":[{"description":{"content":"<p>Include all the lists a contact is in</p>\n","type":"text/plain"},"key":"includes[]","value":"lists"}],"variable":[]}},"response":[{"id":"abcc7c6f-1e43-41b2-b598-d9a509791391","name":"Get Contact","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":{"raw":"{{REST_BASE_URL}}/contacts/{contact-id}?includes[]=lists","host":["{{REST_BASE_URL}}"],"path":["contacts","{contact-id}"],"query":[{"key":"includes[]","value":"lists"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 15:46:22 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"114","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"firstname\": \"Karen\",\n        \"lastname\": \"Smith\",\n        \"email\": \"karen@example.com\",\n        \"lists\": {\n            \"data\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"My colleagues\",\n                    \"status\": \"subscribed\"\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"My journalists\",\n                    \"status\": \"subscribed\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"52046e84-21fb-4516-9c51-2013f72020b8"},{"name":"Search Contact","id":"7134ff82-adf2-48f3-9441-f6463d55434b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"karen@example.com\"\n}"},"url":"{{REST_BASE_URL}}/contacts/search?includes[]=lists","description":"<p>Search a <code>Contact</code> across all <code>Contact Lists</code> in your StoryChief account by <code>email</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["contacts","search"],"host":["{{REST_BASE_URL}}"],"query":[{"description":{"content":"<p>Include all the lists a contact is in</p>\n","type":"text/plain"},"key":"includes[]","value":"lists"}],"variable":[]}},"response":[{"id":"7eb6b8ec-b775-4860-9808-72736669dc52","name":"Search Contact","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"karen@example.com\"\n}"},"url":{"raw":"{{REST_BASE_URL}}/contacts/search?includes[]=lists","host":["{{REST_BASE_URL}}"],"path":["contacts","search"],"query":[{"key":"includes[]","value":"lists","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 15:47:18 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"114","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"57","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"firstname\": \"Karen\",\n        \"lastname\": \"Smith\",\n        \"email\": \"karen@example.com\",\n        \"lists\": {\n            \"data\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"My colleagues\",\n                    \"status\": \"subscribed\"\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"My journalists\",\n                    \"status\": \"subscribed\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"7134ff82-adf2-48f3-9441-f6463d55434b"},{"name":"Update Contact","id":"1368ab22-63d4-4c8b-974f-3d3110aa6185","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"firstname\":\"John\",\n   \"lastname\":\"Smith\",\n   \"email\":\"john@example.com\"\n}"},"url":"{{REST_BASE_URL}}/contacts/{contact-id}?includes[]=lists","description":"<p>Update a <code>Contact</code> across all <code>Contact Lists</code> in your StoryChief account by <code>Id</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["contacts","{contact-id}"],"host":["{{REST_BASE_URL}}"],"query":[{"description":{"content":"<p>Include all the lists a contact is in</p>\n","type":"text/plain"},"key":"includes[]","value":"lists"}],"variable":[]}},"response":[{"id":"53f5e489-be0e-42cc-8fc0-1223cb961cd4","name":"Update Contact","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"firstname\":\"John\",\n   \"lastname\":\"Smith\",\n   \"email\":\"john@example.com\",\n}"},"url":"{{REST_BASE_URL}}/contacts/{contact-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 15:50:16 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"110","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"57","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"firstname\": \"John\",\n        \"lastname\": \"Smith\",\n        \"email\": \"john@example.com\",\n        \"lists\": {\n            \"data\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"My colleagues\",\n                    \"status\": \"subscribed\"\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"My journalists\",\n                    \"status\": \"subscribed\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"1368ab22-63d4-4c8b-974f-3d3110aa6185"},{"name":"Delete Contact","id":"a8b5ce1e-7240-4e5d-8a8c-bd8b5f1da296","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/contacts/{contact-id}","description":"<p>Delete a <code>Contact</code> across all <code>Contact Lists</code> in your StoryChief account by <code>Id</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["contacts","{contact-id}"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"57b91442-e417-45b3-906d-b8c768450536","name":"Delete Contact","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/contacts/{contact-id}"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 15:50:59 GMT","enabled":true},{"key":"Content-Type","value":"text/html; charset=UTF-8","enabled":true},{"key":"Content-Length","value":"0","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a8b5ce1e-7240-4e5d-8a8c-bd8b5f1da296"}],"id":"6e3bb7ae-4e05-48f9-b302-66aa60143230","description":"<p>Manage <code>Contacts</code> through our REST API.</p>\n","event":[{"listen":"prerequest","script":{"id":"e40e8e1d-b68e-4f93-be2a-5fd56d528d71","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e9aee385-86c5-41cf-b996-693fe6533903","type":"text/javascript","exec":[""]}}],"_postman_id":"6e3bb7ae-4e05-48f9-b302-66aa60143230","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}}},{"name":"Tasks [BETA]","item":[{"name":"Get Tasks","id":"49b08a54-2114-4365-9fcf-3d9304c19c7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/tasks?page=1&count=10&status=Not started&collaborator=1&clientWorkspace=my-client-workspace","description":"<p>Get all <code>Tasks</code> from your StoryChief account.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["tasks"],"host":["{{REST_BASE_URL}}"],"query":[{"description":{"content":"<p>The current page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items returned per page, defaults to 10, max 100</p>\n","type":"text/plain"},"key":"count","value":"10"},{"description":{"content":"<p>Filter by the status of the tasks</p>\n","type":"text/plain"},"key":"status","value":"Not started"},{"description":{"content":"<p>Filter by a specific user</p>\n","type":"text/plain"},"key":"collaborator","value":"1"},{"description":{"content":"<p>Filter by client workspace slug (agency setup only)</p>\n","type":"text/plain"},"key":"clientWorkspace","value":"my-client-workspace"}],"variable":[]}},"response":[{"id":"51e08b08-0aa1-4785-ae27-7f25d0c69fee","name":"Get Tasks","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":{"raw":"{{REST_BASE_URL}}/tasks?page=1&count=10&status=Not started&collaborator=1","host":["{{REST_BASE_URL}}"],"path":["tasks"],"query":[{"key":"page","value":"1","description":"The current page"},{"key":"count","value":"10","description":"The number of items returned per page, defaults to 10, max 100"},{"key":"status","value":"Not started","description":"Filter by the status of the tasks"},{"key":"collaborator","value":"1","description":"Filter by a specific user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.3"},{"key":"Date","value":"Wed, 13 Aug 2025 13:43:54 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), cross-origin-isolated=(self), document-domain=(), encrypted-media=(), fullscreen=(self), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(self \"https://oauth.canto.com\" \"https://oauth.canto.global\" \"https://oauth.canto.de\"), usb=(), web-share=(), xr-spatial-tracking=()"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"title\": \"Hello world\",\n            \"description\": \"Make something great\",\n            \"status\": \"Not Started\",\n            \"due_date\": \"2025-01-01T12:00:00+01:00\",\n            \"time_estimation_seconds\": 2,\n            \"collaborators\": [\n                {\n                    \"id\": 1,\n                    \"firstname\": \"William\",\n                    \"lastname\": \"The Sloth\",\n                    \"email\": \"william@storychief.io\"\n                }\n            ]\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"total\": 1,\n            \"count\": 1,\n            \"per_page\": 10,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"links\": {\n                \"next\": \"http://api.storychief.sc/1.0/tasks?page=2\"\n            }\n        }\n    }\n}"}],"_postman_id":"49b08a54-2114-4365-9fcf-3d9304c19c7c"},{"name":"Get Task","id":"7cfb3ab6-90f2-4a17-a242-d4879b575fd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/tasks/{{TASK_ID}}","description":"<p>Get a <code>Task</code> from your StoryChief account by <code>Id</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["tasks","{{TASK_ID}}"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"300bb67a-2325-4d1c-b058-0747318c00b2","name":"Get Task","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/tasks/{{TASK_ID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.3"},{"key":"Date","value":"Wed, 13 Aug 2025 13:51:59 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), cross-origin-isolated=(self), document-domain=(), encrypted-media=(), fullscreen=(self), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(self \"https://oauth.canto.com\" \"https://oauth.canto.global\" \"https://oauth.canto.de\"), usb=(), web-share=(), xr-spatial-tracking=()"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n            \"id\": 1,\n            \"title\": \"Hello world\",\n            \"description\": \"Make something great\",\n            \"status\": \"Not Started\",\n            \"due_date\": \"2025-01-01T12:00:00+01:00\",\n            \"time_estimation_seconds\": 2,\n            \"collaborators\": [\n                {\n                    \"id\": 1,\n                    \"firstname\": \"William\",\n                    \"lastname\": \"The Sloth\",\n                    \"email\": \"william@storychief.io\"\n                }\n            ],\n            \"content\": [\n                {\n                    \"type\": \"story\",\n                    \"id\": 1\n                },\n                {\n                    \"type\": \"post\",\n                    \"id\": 1\n                }\n            ]\n        }\n}"}],"_postman_id":"7cfb3ab6-90f2-4a17-a242-d4879b575fd1"},{"name":"Create Task","id":"8772ec1a-679c-4f2f-851a-127d8fdda548","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"title\": \"I am API created\",\n   \"description\": \"Lorem ipsum dolor sit\",\n   \"due_at\": \"2025-01-01T12:00:00+01:00\",\n   \"time_estimation_seconds\": 2,\n   \"status\": \"done\",\n   \"clientWorkspace\": \"my-agency-child\",\n   \"collaborators\": [1],\n   \"content\": [\n        {\n            \"type\": \"story\",\n            \"id\": 1\n        },\n        {\n            \"type\": \"story\",\n            \"id\": 2\n        },\n        {\n            \"type\": \"post\",\n            \"id\": 1\n        }\n    ]\n}"},"url":"{{REST_BASE_URL}}/tasks","description":"<p>Create a new <code>Task</code> in your StoryChief account.</p>\n<p><code>Content.type</code> can be one of the following <code>story</code> or <code>post</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["tasks"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"5a5a1d42-7bc8-40f0-a4c8-366404c24494","name":"Create Task","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"title\": \"I am API created\",\n   \"description\": \"Lorem ipsum dolor sit\",\n   \"due_at\": \"2025-01-01T12:00:00+01:00\",\n   \"time_estimation_seconds\": 2,\n   \"status\": \"done\",\n   \"collaborators\": [1],\n   \"content\": [\n        {\n            \"type\": \"story\",\n            \"id\": 1\n        },\n        {\n            \"type\": \"story\",\n            \"id\": 2\n        },\n        {\n            \"type\": \"post\",\n            \"id\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{REST_BASE_URL}}/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.3"},{"key":"Date","value":"Wed, 13 Aug 2025 13:56:52 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), cross-origin-isolated=(self), document-domain=(), encrypted-media=(), fullscreen=(self), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(self \"https://oauth.canto.com\" \"https://oauth.canto.global\" \"https://oauth.canto.de\"), usb=(), web-share=(), xr-spatial-tracking=()"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"title\": \"I was API created\",\n        \"description\": \"Lorem ipsum dolor sit\",\n        \"status\": \"Done\",\n        \"due_date\": \"2025-01-01T12:00:00+01:00\",\n        \"time_estimation_seconds\": 2,\n        \"collaborators\": [\n            {\n                \"id\": 1,\n                \"firstname\": \"William\",\n                \"lastname\": \"The Sloth\",\n                \"email\": \"william@storychief.io\"\n            }\n        ],\n        \"content\": [\n            {\n                \"type\": \"story\",\n                \"id\": 1\n            },\n            {\n                \"type\": \"story\",\n                \"id\": 2\n            },\n            {\n                \"type\": \"post\",\n                \"id\": 1\n            }\n        ]\n    }\n}"},{"id":"1b14f5cc-a7ea-46b6-af65-b5db4e5572a6","name":"Create Task Agency Child","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"title\": \"I am API created\",\n   \"description\": \"Lorem ipsum dolor sit\",\n   \"due_at\": \"2025-01-01T12:00:00+01:00\",\n   \"time_estimation_seconds\": 2,\n   \"status\": \"done\",\n   \"clientWorkspace\": \"my-agency-child\",\n   \"collaborators\": [1],\n   \"content\": [\n        {\n            \"type\": \"story\",\n            \"id\": 1\n        },\n        {\n            \"type\": \"story\",\n            \"id\": 2\n        },\n        {\n            \"type\": \"post\",\n            \"id\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{REST_BASE_URL}}/tasks"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"title\": \"I was API created\",\n        \"description\": \"Lorem ipsum dolor sit\",\n        \"status\": \"Done\",\n        \"due_date\": \"2025-01-01T12:00:00+01:00\",\n        \"time_estimation_seconds\": 2,\n        \"clientWorkspace\": \"my-agency-child\",\n        \"collaborators\": [\n            {\n                \"id\": 1,\n                \"firstname\": \"William\",\n                \"lastname\": \"The Sloth\",\n                \"email\": \"william@storychief.io\"\n            }\n        ],\n        \"content\": [\n            {\n                \"type\": \"story\",\n                \"id\": 1\n            },\n            {\n                \"type\": \"story\",\n                \"id\": 2\n            },\n            {\n                \"type\": \"post\",\n                \"id\": 1\n            }\n        ]\n    }\n}"}],"_postman_id":"8772ec1a-679c-4f2f-851a-127d8fdda548"},{"name":"Update Task","id":"3c2b7888-da88-4953-86eb-5d22b608d90d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"title\": \"I am API updated\",\n   \"description\": \"Lorem ipsum dolor sit\",\n   \"due_at\": \"2025-01-01T12:00:00+01:00\",\n   \"time_estimation_seconds\": 2,\n   \"status\": \"done\",\n   \"clientWorkspace\": \"my-agency-child\",\n   \"collaborators\": [1],\n   \"content\": [\n        {\n            \"type\": \"story\",\n            \"id\": 1\n        },\n        {\n            \"type\": \"post\",\n            \"id\": 1\n        }\n    ]\n}"},"url":"{{REST_BASE_URL}}/tasks/{{TASK_ID}}","description":"<p>Update a <code>Task</code> in your StoryChief account by <code>Id</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["tasks","{{TASK_ID}}"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"40126e00-9a44-4b99-98a1-6483a5c52a10","name":"Update Task","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{  \n   \"title\": \"I am API updated\",\n   \"description\": \"Lorem ipsum dolor sit\",\n   \"due_at\": \"2025-01-01T12:00:00+01:00\",\n   \"time_estimation_seconds\": 2,\n   \"status\": \"done\",\n   \"collaborators\": [1],\n   \"content\": [\n        {\n            \"type\": \"story\",\n            \"id\": 1\n        },\n        {\n            \"type\": \"post\",\n            \"id\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{REST_BASE_URL}}/tasks/{{TASK_ID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 14:33:25 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"595","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"title\": \"I was API updated\",\n        \"description\": \"Lorem ipsum dolor sit\",\n        \"status\": \"Done\",\n        \"due_date\": \"2025-01-01T12:00:00+01:00\",\n        \"time_estimation_seconds\": 2,\n        \"collaborators\": [\n            {\n                \"id\": 1,\n                \"firstname\": \"William\",\n                \"lastname\": \"The Sloth\",\n                \"email\": \"william@storychief.io\"\n            }\n        ],\n        \"content\": [\n            {\n                \"type\": \"story\",\n                \"id\": 1\n            },\n            {\n                \"type\": \"post\",\n                \"id\": 1\n            }\n        ]\n    }\n}"}],"_postman_id":"3c2b7888-da88-4953-86eb-5d22b608d90d"}],"id":"bc602c4c-95b7-4140-95a3-2678ffb12bd7","description":"<p>Manage <code>Tasks</code> through our REST API.</p>\n<p>⚠️ Agency child workspaces can't use this api, instead management is expected to happen from the parent workspace.</p>\n","event":[{"listen":"prerequest","script":{"id":"d3efb632-0a18-4932-89a3-d42b48d78f92","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b2d42ffa-721f-4bfe-a09b-286f9e8abe60","type":"text/javascript","exec":[""]}}],"_postman_id":"bc602c4c-95b7-4140-95a3-2678ffb12bd7","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}}},{"name":"Posts","item":[{"name":"Get Posts ","id":"8d5c14c1-658c-4b29-9b6d-a1dee18f4662","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/posts?page=1&count=10&destination_type=twitter&destination_id=1&status=all","description":"<p>Get all <code>Posts</code> from your StoryChief account.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["posts"],"host":["{{REST_BASE_URL}}"],"query":[{"description":{"content":"<p>The current page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items returned per page, defaults to 10, max 100</p>\n","type":"text/plain"},"key":"count","value":"10"},{"description":{"content":"<p>filter posts by a specific channel  with the option facebook, facebook-group, instagram, linkedin, twitter, slack, linkedin-profile.</p>\n","type":"text/plain"},"key":"destination_type","value":"twitter"},{"description":{"content":"<p>Filter by a destination channel (only social channels), you can find destination IDs under REST API &gt; Destinations &gt; GET Destinations.</p>\n","type":"text/plain"},"key":"destination_id","value":"1"},{"description":{"content":"<p>One of published, drafted, scheduled or all (defaults to published)</p>\n","type":"text/plain"},"key":"status","value":"all"}],"variable":[]}},"response":[{"id":"480e0750-11d4-474b-90d7-313a4e7212f8","name":"Get Posts","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":{"raw":"{{REST_BASE_URL}}/posts?page=1&count=10","host":["{{REST_BASE_URL}}"],"path":["posts"],"query":[{"key":"page","value":"1","description":"The current page"},{"key":"count","value":"10","description":"The number of items returned per page, defaults to 10, max 100"},{"key":"destination_type","value":null,"description":"filter posts by a specific channel","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 14:40:32 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"3300","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"58","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n   \"data\": [\n       {\n           \"id\": 1,\n           \"destination_type\": \"twitter\",\n           \"destination_name\": \"Rem et maiores Twitter\",\n           \"destination_id\": 1,\n           \"message\": \"Lorem ipsum\",\n           \"url\": \"https://twitter.com/{username}/status/{id}\",\n           \"link\": {\n               \"data\": []\n           },\n           \"images\": {\n               \"data\": [\n                   {\n                       \"url\": \"https://example.org/image-1.jpg\",\n                       \"width\": 500,\n                       \"height\": 750,\n                       \"mime_type\": \"image/jpeg\"\n                   },\n                   {\n                       \"url\": \"https://example.org/image-2.jpg\",\n                       \"width\": 867,\n                       \"height\": 1300,\n                       \"mime_type\": \"image/jpeg\"\n                   }\n               ]\n           },\n           \"videos\": {\n               \"data\": []\n           },\n           \"published_at\": \"2021-01-01T01:01:01.000000Z\",\n           \"scheduled_at\": null,\n           \"created_at\": \"2021-01-01T01:01:01.000000Z\"\n       },\n       {\n           \"id\": 2,\n           \"destination_type\": \"twitter\",\n           \"destination_name\": \"Rem et maiores Twitter\",\n           \"destination_id\": 1,\n           \"message\": \"\",\n           \"url\": \"https://twitter.com/{username}/status/{id}\",\n           \"link\": {\n               \"data\": {\n                   \"url\": \"https://example.com\",\n                   \"title\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n                   \"description\": \"Nesciunt ut harum est est sit. Qui et quia perspiciatis cumque. Natus sit vitae in amet debitis quo.\"\n               }\n           },\n           \"images\": {\n               \"data\": []\n           },\n           \"videos\": {\n               \"data\": []\n           },\n           \"published_at\": \"2021-01-01T01:01:01.000000Z\",\n           \"scheduled_at\": null,\n           \"created_at\": \"2021-01-01T01:01:01.000000Z\"\n       },\n       {\n           \"id\": 2,\n           \"destination_type\": \"facebook\",\n           \"destination_name\": \"Rem et maiores Twitter\",\n           \"destination_id\": 2,\n           \"message\": \"\",\n           \"url\": \"https://twitter.com/{username}/status/{id}\",\n           \"link\": {\n               \"data\": []\n           },\n           \"images\": {\n               \"data\": []\n           },\n           \"videos\": {\n               \"data\": [\n                   {\n                       \"url\": \"https://example.org/sample-video.mp4\",\n                       \"width\": 1280,\n                       \"height\": 720,\n                       \"mime_type\": \"video/mp4\"\n                   }\n                ]\n           },\n           \"published_at\": \"2021-01-01T01:01:01.000000Z\",\n           \"scheduled_at\": null,\n           \"created_at\": \"2021-01-01T01:01:01.000000Z\"\n       }\n   ],\n   \"meta\": {\n       \"pagination\": {\n           \"total\": 3,\n           \"count\": 3,\n           \"per_page\": 10,\n           \"current_page\": 1,\n           \"total_pages\": 1,\n           \"links\": {}\n       }\n   }\n}"}],"_postman_id":"8d5c14c1-658c-4b29-9b6d-a1dee18f4662"},{"name":"Get Post","id":"4b7c9bbd-7979-485f-944a-aad9af869838","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/posts/{post-id}?includes[]=metrics&includes[]=custom_fields","description":"<p>Get a <code>Post</code> from your StoryChief account by <code>Id</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["posts","{post-id}"],"host":["{{REST_BASE_URL}}"],"query":[{"description":{"content":"<p>Include the <code>Metrics</code></p>\n","type":"text/plain"},"key":"includes[]","value":"metrics"},{"description":{"content":"<p>Include the <code>Custom Fields</code></p>\n","type":"text/plain"},"key":"includes[]","value":"custom_fields"}],"variable":[]}},"response":[{"id":"365779a6-9ddd-4a7e-8072-ecf748df4a48","name":"Get Post","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":{"raw":"{{REST_BASE_URL}}/posts/{post-id}?includes[]=metrics","host":["{{REST_BASE_URL}}"],"path":["posts","{post-id}"],"query":[{"key":"includes[]","value":"metrics","description":"Include the `Metrics`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 14:46:16 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1680","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"destination_type\": \"twitter\",\n        \"destination_name\": \"Rem et maiores Twitter\",\n        \"destination_id\": 1,\n        \"message\": \"Lorem ipsum\",\n        \"url\": \"https://twitter.com/{username}/status/{id}\",\n        \"link\": {\n            \"data\": []\n        },\n        \"images\": {\n            \"data\": [\n                {\n                    \"url\": \"https://example.org/image-1.jpg\",\n                    \"width\": 500,\n                    \"height\": 750,\n                    \"mime_type\": \"image/jpeg\"\n                },\n                {\n                    \"url\": \"https://example.org/image-2.jpg\",\n                    \"width\": 867,\n                    \"height\": 1300,\n                    \"mime_type\": \"image/jpeg\"\n                }\n            ]\n        },\n        \"videos\": {\n            \"data\": []\n        },\n        \"metrics\": {\n            \"data\": {\n                \"impressions\": 100,\n                \"engagement\": 30\n            }\n        },\n        \"custom_fields\": {\n            \"data\": [\n                {\n                    \"name\": \"Quote\",\n                    \"description\": \"Prominent quote of the article.\",\n                    \"key\": \"xjUdvUq8ckP8NSUNR29L\",\n                    \"value\": \"To be or not to be, that is the question.\"\n                }\n            ]\n        },\n        \"published_at\": \"2021-01-01T01:01:01.000000Z\",\n        \"scheduled_at\": null,\n        \"created_at\": \"2021-01-01T01:01:01.000000Z\"\n    }\n}"}],"_postman_id":"4b7c9bbd-7979-485f-944a-aad9af869838"},{"name":"Create Posts","id":"c05bc757-65bc-40d7-80ca-062f5b4dd6f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"message\": \"Fugiat deserunt quasi temporibus sit corporis.\",\r\n    \"destinations\": [1, 2, 3],\r\n    \"due_at\": \"2022-02-01T12:00:00+01:00\",\r\n    \"media\": [\r\n        {\r\n            \"type\": \"image\",\r\n            \"url\": \"https://picsum.photos/seed/picsum/1200/650\"\r\n        },\r\n        {\r\n            \"type\": \"image\",\r\n            \"url\": \"https://picsum.photos/seed/picsum/1200/650\"\r\n        }\r\n    ],\r\n    \"custom_fields\": {\r\n       \"cfApiKeyTextField\": \"Custom Text Field Value\",\r\n       \"cfApiKeyFileField\": \"https://example.org/text.txt\",\r\n       \"cfApiKeyImageField\": \"https://example.org/poster.jpg\",\r\n       \"cfApiKeySelectField\": \"radio_1\",\r\n       \"cfApiKeySingleSelectField\": \"option_1\",\r\n       \"cfApiKeyMultipleSelectField\": [\"option_1\", \"option_2\", \"option_3\"],\r\n       \"cfApiKeyCheckboxField\": [\"checkbox_1\", \"checkbox_2\"]\r\n   }\r\n}"},"url":"{{REST_BASE_URL}}/posts?includes[]=metrics&includes[]=custom_fields","description":"<p>Create draft <code>Post</code></p>\n<h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message *</td>\n<td>String  <br />max:65.000 characters</td>\n<td>The message of your post</td>\n</tr>\n<tr>\n<td>destinations *</td>\n<td>Array</td>\n<td>ID's of the social channel destinations</td>\n</tr>\n<tr>\n<td>due_at</td>\n<td>String  <br />format: Y-m-d\\TH:i:sP</td>\n<td>The schedule date. The post still needs to be confirmed in-app.</td>\n</tr>\n<tr>\n<td>media</td>\n<td>Array  <br />Max: 10 for images, 1 for links and stories</td>\n<td>Array of media items</td>\n</tr>\n<tr>\n<td>custom_fields.key</td>\n<td>String</td>\n<td>the value for a specific custom field (defined by 'key'.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"media-item\">Media Item</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type *</td>\n<td>String</td>\n<td>One of 'image', 'link', 'story'</td>\n</tr>\n<tr>\n<td>url</td>\n<td>String</td>\n<td>Valid link to either an image or an HTML page (depending of the type)</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The id of the story</td>\n</tr>\n<tr>\n<td>utm</td>\n<td>Array</td>\n<td>Array of UTM key-value pairs</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["posts"],"host":["{{REST_BASE_URL}}"],"query":[{"key":"includes[]","value":"metrics"},{"key":"includes[]","value":"custom_fields"}],"variable":[]}},"response":[{"id":"e46dc6f9-ad67-44e1-a4bb-2a87d5e7bb1d","name":"Create post with images","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"message\": \"Fugiat deserunt quasi temporibus sit corporis.\",\r\n    \"destinations\": [1, 2, 3],\r\n    \"due_at\": \"2022-02-01T12:00:00+01:00\",\r\n    \"media\": [\r\n        {\r\n            \"type\": \"image\",\r\n            \"url\": \"https://picsum.photos/seed/picsum/1200/650\"\r\n        },\r\n        {\r\n            \"type\": \"image\",\r\n            \"url\": \"https://picsum.photos/seed/picsum/1200/650\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{REST_BASE_URL}}/posts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 14:46:16 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1680","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 100,\n            \"destination_type\": \"facebook\",\n            \"destination_name\": \"My Facebook Page\",\n            \"destination_id\": 1,\n            \"message\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n            \"url\": null,\n            \"link\": {\n                \"data\": []\n            },\n            \"images\": {\n                \"data\": [\n                    {\n                        \"url\": \"https://d2wvyaiai4v4wx.cloudfront.net/account_1/650-hTq1IiiQ.jpeg\",\n                        \"width\": 1200,\n                        \"height\": 650,\n                        \"mime_type\": \"image/jpeg\"\n                    },\n                    {\n                        \"url\": \"https://d2wvyaiai4v4wx.cloudfront.net/account_1/650-Ra2Mz91H.jpeg\",\n                        \"width\": 1200,\n                        \"height\": 650,\n                        \"mime_type\": \"image/jpeg\"\n                    }\n                ]\n            },\n            \"videos\": {\n                \"data\": []\n            },\n            \"published_at\": null\n        },\n        {\n            \"id\": 101,\n            \"destination_type\": \"twitter\",\n            \"destination_name\": \"My Twitter Account\",\n            \"destination_id\": 2,\n            \"message\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n            \"url\": null,\n            \"link\": {\n                \"data\": []\n            },\n            \"images\": {\n                \"data\": [\n                    {\n                        \"url\": \"https://d2wvyaiai4v4wx.cloudfront.net/account_1/650-hTq1IiiQ.jpeg\",\n                        \"width\": 1200,\n                        \"height\": 650,\n                        \"mime_type\": \"image/jpeg\"\n                    },\n                    {\n                        \"url\": \"https://d2wvyaiai4v4wx.cloudfront.net/account_1/650-Ra2Mz91H.jpeg\",\n                        \"width\": 1200,\n                        \"height\": 650,\n                        \"mime_type\": \"image/jpeg\"\n                    }\n                ]\n            },\n            \"videos\": {\n                \"data\": []\n            },\n            \"published_at\": null\n        },\n        {\n            \"id\": 102,\n            \"destination_type\": \"linkedin\",\n            \"destination_name\": \"My LinkedIn Company Page\",\n            \"destination_id\": 3,\n            \"message\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n            \"url\": null,\n            \"link\": {\n                \"data\": []\n            },\n            \"images\": {\n                \"data\": [\n                    {\n                        \"url\": \"https://d2wvyaiai4v4wx.cloudfront.net/account_1/650-hTq1IiiQ.jpeg\",\n                        \"width\": 1200,\n                        \"height\": 650,\n                        \"mime_type\": \"image/jpeg\"\n                    },\n                    {\n                        \"url\": \"https://d2wvyaiai4v4wx.cloudfront.net/account_1/650-Ra2Mz91H.jpeg\",\n                        \"width\": 1200,\n                        \"height\": 650,\n                        \"mime_type\": \"image/jpeg\"\n                    }\n                ]\n            },\n            \"videos\": {\n                \"data\": []\n            },\n            \"published_at\": null\n        }\n    ]\n}"},{"id":"a7b57181-4085-4f53-9f4c-914e4d6d5d9f","name":"Create post with link","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"message\": \"Fugiat deserunt quasi temporibus sit corporis.\",\r\n    \"destinations\": [1, 2, 3],\r\n    \"due_at\": \"2022-02-01T12:00:00+01:00\",\r\n    \"media\": [\r\n        {\r\n            \"type\": \"link\",\r\n            \"url\": \"https://storychief.io\",\r\n            \"utm\": [\r\n                {\r\n                    \"key\": \"utm_source\",\r\n                    \"value\": \"{{channel.name}}\"\r\n                },\r\n                {\r\n                    \"key\": \"utm_campaign\",\r\n                    \"value\": \"{{destination.name}}\"\r\n                },\r\n                {\r\n                    \"key\": \"cool\",\r\n                    \"value\": \"xyz\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{REST_BASE_URL}}/posts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 14:46:16 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1680","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 100,\n            \"destination_type\": \"facebook\",\n            \"destination_name\": \"My Facebook Page\",\n            \"destination_id\": 1,\n            \"message\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n            \"url\": null,\n            \"link\": {\n                \"data\": {\n                    \"url\": \"https://storychief.io\",\n                    \"title\": \"Content Marketing Platform - StoryChief\",\n                    \"description\": \"Content planning, social media, SEO copywriting, insights, and more — Double your website traffic, nurture leads and increase sales.\"\n                }\n            },\n            \"images\": {\n                \"data\": []\n            },\n            \"videos\": {\n                \"data\": []\n            },\n            \"published_at\": null\n        },\n        {\n            \"id\": 101,\n            \"destination_type\": \"twitter\",\n            \"destination_name\": \"My Twitter Account\",\n            \"destination_id\": 2,\n            \"message\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n            \"url\": null,\n            \"link\": {\n                \"data\": {\n                    \"url\": \"https://storychief.io\",\n                    \"title\": \"Content Marketing Platform - StoryChief\",\n                    \"description\": \"Content planning, social media, SEO copywriting, insights, and more — Double your website traffic, nurture leads and increase sales.\"\n                }\n            },\n            \"images\": {\n                \"data\": []\n            },\n            \"videos\": {\n                \"data\": []\n            },\n            \"published_at\": null\n        },\n        {\n            \"id\": 102,\n            \"destination_type\": \"linkedin\",\n            \"destination_name\": \"My LinkedIn Company Page\",\n            \"destination_id\": 3,\n            \"message\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n            \"url\": null,\n            \"link\": {\n                \"data\": {\n                    \"url\": \"https://storychief.io\",\n                    \"title\": \"Content Marketing Platform - StoryChief\",\n                    \"description\": \"Content planning, social media, SEO copywriting, insights, and more — Double your website traffic, nurture leads and increase sales.\"\n                }\n            },\n            \"images\": {\n                \"data\": []\n            },\n            \"videos\": {\n                \"data\": []\n            },\n            \"published_at\": null\n        }\n    ]\n}"},{"id":"96528410-38d9-443c-a1a2-df28c80f8883","name":"Create post with story","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"message\": \"Fugiat deserunt quasi temporibus sit corporis.\",\r\n    \"destinations\": [1, 2, 3],\r\n    \"due_at\": \"2022-02-01T12:00:00+01:00\",\r\n    \"media\": [\r\n        {\r\n            \"type\": \"story\",\r\n            \"id\": 1,\r\n            \"utm\": [\r\n                {\r\n                    \"key\": \"utm_source\",\r\n                    \"value\": \"{{channel.name}}\"\r\n                },\r\n                {\r\n                    \"key\": \"utm_campaign\",\r\n                    \"value\": \"{{destination.name}}\"\r\n                },\r\n                {\r\n                    \"key\": \"cool\",\r\n                    \"value\": \"xyz\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{REST_BASE_URL}}/posts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 14:46:16 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1680","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 100,\n            \"destination_type\": \"facebook\",\n            \"destination_name\": \"My Facebook Page\",\n            \"destination_id\": 1,\n            \"message\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n            \"url\": null,\n            \"link\": {\n                \"data\": {\n                    \"url\": \"https://storychief.io\",\n                    \"title\": \"Content Marketing Platform - StoryChief\",\n                    \"description\": \"Content planning, social media, SEO copywriting, insights, and more — Double your website traffic, nurture leads and increase sales.\"\n                }\n            },\n            \"images\": {\n                \"data\": []\n            },\n            \"videos\": {\n                \"data\": []\n            },\n            \"published_at\": null\n        },\n        {\n            \"id\": 101,\n            \"destination_type\": \"twitter\",\n            \"destination_name\": \"My Twitter Account\",\n            \"destination_id\": 2,\n            \"message\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n            \"url\": null,\n            \"link\": {\n                \"data\": {\n                    \"url\": \"https://storychief.io\",\n                    \"title\": \"Content Marketing Platform - StoryChief\",\n                    \"description\": \"Content planning, social media, SEO copywriting, insights, and more — Double your website traffic, nurture leads and increase sales.\"\n                }\n            },\n            \"images\": {\n                \"data\": []\n            },\n            \"videos\": {\n                \"data\": []\n            },\n            \"published_at\": null\n        },\n        {\n            \"id\": 102,\n            \"destination_type\": \"linkedin\",\n            \"destination_name\": \"My LinkedIn Company Page\",\n            \"destination_id\": 3,\n            \"message\": \"Fugiat deserunt quasi temporibus sit corporis.\",\n            \"url\": null,\n            \"link\": {\n                \"data\": {\n                    \"url\": \"https://storychief.io\",\n                    \"title\": \"Content Marketing Platform - StoryChief\",\n                    \"description\": \"Content planning, social media, SEO copywriting, insights, and more — Double your website traffic, nurture leads and increase sales.\"\n                }\n            },\n            \"images\": {\n                \"data\": []\n            },\n            \"videos\": {\n                \"data\": []\n            },\n            \"published_at\": null\n        }\n    ]\n}"},{"id":"8604445f-313a-4e50-99af-15bb58f25eb7","name":"Create posts with custom fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"message\": \"Fugiat deserunt quasi temporibus sit corporis.\",\r\n    \"destinations\": [1, 2, 3],\r\n    \"due_at\": \"2022-02-01T12:00:00+01:00\",\r\n    \"media\": [\r\n        {\r\n            \"type\": \"image\",\r\n            \"url\": \"https://picsum.photos/seed/picsum/1200/650\"\r\n        },\r\n        {\r\n            \"type\": \"image\",\r\n            \"url\": \"https://picsum.photos/seed/picsum/1200/650\"\r\n        }\r\n    ],\r\n    \"custom_fields\": {\r\n       \"cfApiKeyTextField\": \"Custom Text Field Value\",\r\n       \"cfApiKeyFileField\": \"https://example.org/text.txt\",\r\n       \"cfApiKeyImageField\": \"https://example.org/poster.jpg\",\r\n       \"cfApiKeySelectField\": \"radio_1\",\r\n       \"cfApiKeySingleSelectField\": \"option_1\",\r\n       \"cfApiKeyMultipleSelectField\": [\"option_1\", \"option_2\", \"option_3\"],\r\n       \"cfApiKeyCheckboxField\": [\"checkbox_1\", \"checkbox_2\"]\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{REST_BASE_URL}}/posts?includes[]=metrics&includes[]=custom_fields","host":["{{REST_BASE_URL}}"],"path":["posts"],"query":[{"key":"includes[]","value":"metrics"},{"key":"includes[]","value":"custom_fields"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c05bc757-65bc-40d7-80ca-062f5b4dd6f4"}],"id":"1586c793-17a3-45f8-b144-bef0768a4b65","description":"<p>Read your <code>Posts</code> through our REST API.</p>\n","event":[{"listen":"prerequest","script":{"id":"0696dae0-83ad-4d5a-b98b-fa39a977f56d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eb19aef4-00b3-4ea5-b1ff-1d3b8e56b3fe","type":"text/javascript","exec":[""]}}],"_postman_id":"1586c793-17a3-45f8-b144-bef0768a4b65","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}}},{"name":"Events [BETA]","item":[{"name":"Create Event","id":"f824b547-008c-4f85-8e4e-05913b065a30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{  \n   \"title\": \"Xmass\",\n   \"description\": \"ho ho ho\",\n   \"starts_at\": \"2025-12-25T00:00:00+00:00\",\n   \"duration_seconds\": 86400\n}","options":{"raw":{"language":"json"}}},"url":"{{REST_BASE_URL}}/events","description":"<p>Create a new <code>Event</code> in your StoryChief account.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["events"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"cfe84753-a4e5-424a-98c7-13a916b3d988","name":"Create Event","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{  \n   \"title\": \"Xmass\",\n   \"description\": \"ho ho ho\",\n   \"starts_at\": \"2025-12-25T00:00:00+00:00\",\n   \"duration_seconds\": 86400\n}","options":{"raw":{"language":"json"}}},"url":"{{REST_BASE_URL}}/events"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Server","value":"nginx/1.25.3"},{"key":"Date","value":"Wed, 31 Dec 2025 12:58:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.2.30"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), cross-origin-isolated=(self), document-domain=(), encrypted-media=(), fullscreen=(self), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(self \"https://oauth.canto.com\" \"https://oauth.canto.global\" \"https://oauth.canto.de\"), usb=(), web-share=(), xr-spatial-tracking=()"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 906222058,\n        \"title\": \"Xmass\",\n        \"description\": \"ho ho ho\",\n        \"starts_at\": \"2025-12-25T00:00:00+00:00\",\n        \"ends_at\": \"2025-12-25T23:59:59+00:00\",\n        \"duration_seconds\": 86400\n    }\n}"}],"_postman_id":"f824b547-008c-4f85-8e4e-05913b065a30"}],"id":"0a6410ab-b387-4235-892e-94e05be1bec3","description":"<p>Manage <code>Events</code> through our REST API.</p>\n","_postman_id":"0a6410ab-b387-4235-892e-94e05be1bec3","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}}},{"name":"GET Me","id":"3e5136f5-f463-4fe5-8c70-16e7a37e31b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{REST_BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/me","description":"<p>Get information about yourself, the authenticated user.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":true,"source":{"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","name":"REST API","type":"folder"}},"urlObject":{"path":["me"],"host":["{{REST_BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"83421699-eb9d-4ce8-9414-fdd4840cd89d","name":"GET Me","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{BEARER_TOKEN}}"}],"url":"{{REST_BASE_URL}}/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3","enabled":true},{"key":"Date","value":"Fri, 20 Sep 2019 15:38:31 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"994","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Authorization","enabled":true},{"key":"X-Powered-By","value":"PHP/7.2.11","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true},{"key":"Feature-Policy","value":"geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'self';","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Referrer-Policy","value":"no-referrer","enabled":true},{"key":"X-Frame-Options","value":"DENY","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": 1,\r\n        \"firstname\": \"Karen\",\r\n        \"lastname\": null,\r\n        \"phone\": null,\r\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim blandit volutpat maecenas volutpat blandit aliquam. Ac turpis egestas sed tempus urna et pharetra pharetra massa. Tellus in metus vulputate eu scelerisque felis. Accumsan in nisl nisi scelerisque. Eget duis at tellus at urna. Feugiat in ante metus dictum at tempor commodo.\",\r\n        \"email\": \"karen@example.org\",\r\n        \"role\": \"owner\",\r\n        \"profile_picture\": {\r\n            \"data\": {\r\n                \"url\": \"https://example.org/profile-pic.jpg\",\r\n                \"name\": \"profile-pic.jpg\",\r\n                \"sizes\": {\r\n                    \"regular\": \"https://example.org/profile-pic_800.jpg\",\r\n                    \"large\": \"https://example.org/profile-pic_1000.jpg\",\r\n                    \"full\": \"https://example.org/profile-pic_2000.jpg\"\r\n                }\r\n            }\r\n        },\r\n        \"account\": {\r\n            \"data\": {\r\n                \"id\": 1,\r\n                \"name\": \"Lorem Ipsum\"\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"3e5136f5-f463-4fe5-8c70-16e7a37e31b1"}],"id":"8b9f5828-193e-4eb7-aef5-9deab73ab972","description":"<p>\"REST\" stands for <a href=\"http://en.wikipedia.org/wiki/Representational_state_transfer\">Representational State Transfer</a>. It’s an architectural style that's an alternative to SOAP-based web services.</p>\n<p>The StoryChief API has what we call <em>resources</em> like <em>stories</em> or <em>users</em>. You take action on resources using the standard HTTP methods: <code>POST</code>, <code>GET</code>, <code>PATCH</code>, and <code>DELETE</code>.</p>\n<h3 id=\"about-the-storychief-api\">About the StoryChief API</h3>\n<p>The base URL for the API is: <a href=\"https://api.storychief.io/1.0/\"><b>https://api.storychief.io/1.0/</b></a><br />All responses are JSON<br />Authentication is done by bearer-token.</p>\n<p>Example headers</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Accept: application/json\nAuthorization: {{vault:bearer-token}}\nContent-Type: application/json\n\n</code></pre><h1 id=\"access-and-authentication\">Access and Authentication</h1>\n<h2 id=\"option-1-access-using-personal-access-token\">Option 1: access using Personal Access Token</h2>\n<p>In your StoryChief account, navigate to Account -&gt; API<br />Under \"Your API keys\" click + New token.<br />Input a name for future reference.<br />After creation, an access_token will be provided to perform API calls</p>\n<img src=\"https://images.storychief.com/public-assets/postman-oauth-personal.jpg?1\" alt=\"Personal Access Token creation\" />\n\n<h2 id=\"option-2-access-using-oauth2\">Option 2: access using Oauth2</h2>\n<p>For developers integrating platforms that require access to other StoryChief accounts, we recommend using OAuth2 for authorization. OAuth2 is a secure option that allows third-party applications to access a server without passing user credentials or API keys. Note that we recommend using HTTPS for your redirect_uri. We don't expire tokens.</p>\n<img src=\"https://images.storychief.com/public-assets/postman-oauth-client.jpg?1\" alt=\"oAuth2 Client creation\" />\n\n<h3 id=\"register-your-application\">Register Your Application</h3>\n<p>Start by <a href=\"https://app.storychief.io/dashboard/account/applications\">registering your app in StoryChief</a>:</p>\n<p>In your StoryChief account, navigate to Account -&gt; API<br />Under the \"Developing an App?\" heading, click Register and Manage Your Apps.<br />Click \"+ New App\".<br />Input your app's information and click Create.<br />After creation, you’ll receive the Client ID and Client Secret. <strong>Do not share the Client ID and Client Secret</strong>.</p>\n<h3 id=\"endpoints\">Endpoints</h3>\n<p>OAuth2 exposes three specific endpoints.</p>\n<ul>\n<li><p><strong>authorize_uri:</strong> <a href=\"https://app.storychief.io/oauth/authorize\">https://app.storychief.io/oauth/authorize</a></p>\n</li>\n<li><p><strong>access_token_uri:</strong> <a href=\"https://app.storychief.io/oauth/token\">https://app.storychief.io/oauth/token</a></p>\n</li>\n<li><p><strong>redirect_uri:</strong> Client-side, made available to the browser in use</p>\n</li>\n</ul>\n<h3 id=\"flow\">Flow</h3>\n<p>To start your application's connection to StoryChief, start by sending the user to the authorize_uri.<br />The user will input their username and password to approve your application. \"Remember Me\" cookies aren’t permitted here.<br />After the user authorizes your application, our server will redirect your user back to the <code>redirect_uri</code>, along with a code you can exchange for an <code>access_token</code>. The code is valid for 30 seconds.<br />Your application should then make an out-of-band request to the <code>access_token_uri</code> using the code our server provided.<br />Our server returns an <code>access_token</code>, which completes the official OAuth2 flow.</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>The default rate limit is 60 requests / minute. Every request has two rate limit related headers on it:</p>\n<ul>\n<li><p><code>X-RateLimit-Remaining</code>: Contains the number of available requests remaining in the current minute</p>\n</li>\n<li><p><code>X-RateLimit-Limit</code>: Contains your current overall rate limit per minute</p>\n</li>\n</ul>\n<h2 id=\"exceeding-rate-limits\">Exceeding Rate Limits</h2>\n<p>To protect the quality of our service, exceeding your rate limit will result in a HTTP 429 error requesting you slow down the rate you are making requests at.</p>\n<p>If you are seeing these errors, you should ensure your application is built to limit the rate of requests it is performing. It could, for example, be triggered by polling aggressively when waiting for resources to be created (instead of using webhooks) or making a large number of highly concurrent API calls.</p>\n<h1 id=\"using-the-postman-collection\">Using the Postman collection</h1>\n<p>In order to make authenticated requests to the REST API you need a bearer token.</p>\n<p>The easiest way to get started is creating a Personal Access Token and save it in the <strong>REST_BEARER_TOKEN</strong> environment variable.</p>\n","auth":{"type":"oauth2","oauth2":{"accessToken":"{{REST_BEARER_TOKEN}}"},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"4a1f738f-2ca9-4d13-9b3f-2e13811de762","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7bd389b2-5ab9-4502-8b98-060cd0fe9161","type":"text/javascript","exec":[""]}}],"_postman_id":"8b9f5828-193e-4eb7-aef5-9deab73ab972"}],"event":[{"listen":"prerequest","script":{"id":"69f86508-992a-4290-abcc-bf9fdb62279a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"66442371-04c2-454b-b9c0-90bd7069ff8d","type":"text/javascript","exec":[""]}}],"variable":[{"key":"STORY_ID","value":"{story-id}"},{"key":"USER_ID","value":"{user-id}"},{"key":"CATEGORY_ID","value":"{category-id}"},{"key":"TAG_ID","value":"{tag-id}"},{"key":"CONTACT_ID","value":"{contact-id}"},{"key":"CONTACTLIST_ID","value":"{contactlist-id}"},{"key":"POST_ID","value":"{post-id}"},{"key":"DESTINATION_ID","value":"{destination-id}"},{"key":"AUTHOR_ID","value":"{author-id}"}]}