GET /articles

GET /articles

Fetch all articles

Responses

GET /articles
curl \
 -X GET https://api.cosmily.com/api/v1/articles \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "data": [
    {
      "id": 1,
      "alias": "cosrx-aha-bha-clarifying-treatment-toner-review-1",
      "title": "COSRX AHA/BHA Clarifying Treatment Toner Review",
      "description": "Hello! Today I'm going to review a COSRX AHA/BHA Clarifying Treatment Toner manufactured by famous Korean brand COSRX. I've been regularly using this product for more than a month and I have a lot to share with you. Make sure you have read this",
      "content": "<p>Hello! Today I'm going to review a <strong>COSRX AHA/BHA Clarifying Treatment Toner</strong> manufactured by famous Korean brand <strong><a href=\"/brands/cosrx\">COSRX</a></strong>. I've been regularly using this product for more than a month and I have a lot to share with you.Make sure you have read this article till the end because the most important information is there.</p> <p>The toner is made for <strong>removing dead skin cells</strong> and for <strong>increasing skin flexibility</strong>. The product contains mineral water, natural AHA (Pyrus Malus Apple Fruit Water 10%), natural BHA and some additional stuff like allantoin to moisturize the skin and make it smoother. The manufacturer reports that it allows you to prevent whiteheads and blackheads, so if you have such problems this toner is worth trying.</p> <p><b>Here is a full list of active Ingredients:</b> Mineral Water, Salix Alba (Willow) Bark Water, Pyrus Malus (Apple) Fruit Water, Butylene Glycol, 1,2-Hexanediol, Sodium Lactate, Glycolic Acid, Water, Betaine Salicylate, Allantoin, Panthenol, Ethyl Hexanediol. </p><p>As you see the list is very short: only 12 ingredients and most of them are natural. The main goal of a company is to produce high-quality products using zero harmful ingredients and a large number of good components.</p> <p>The price varies from 10 USD to 15 USD depending on the seller. Some sellers offer to buy several toners at once but the price doesn’t seem to be lower. Visit Amazon to see actual prices. As you see the price is really low and it’s a perfect opportunity to try AHA/BHA product at a very cheap price.</p><p><img src=\"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAQ8B0mBNpGO7V7V6D9DU1adPAAABHSA0gNIDSA0gNIEgI6QGkCQACOkBpAAD//Z\"><br></p> <p></p> <p><strong>The package doesn’t look expensive. </strong>It’s an ordinary box without any special drawing. The bottle and the sprayer look standard. COSRX tradition is to make products with a minimalistic design. That’s cheaper and allows the company to lower the price. Fortunately, this doesn’t affect the quality. Personally, I don’t care about the package. But I really care about what’s inside.</p> <p></p> <p>Though the bottle and sprayer look simple, <strong>they work great</strong> and to their job as they should. The nozzle sprays out a fine portion of toner and I like how it works.</p> <p>But a slight problem may occur at the end of its life: there may be some toner left at the bottom and you will have to open the bottle because sprayer will not be able to take everything out. This is a standard problem of many sprayers.  </p> <h2>How to use it?</h2> <p>The usage process is simple: apply some toner to your face and massage the skin with a cotton pad. The matter feels very watery. That’s not a big surprise: just return and see what it is made off. The number one ingredient is mineral water…</p> <p>Some people recommend applying the toner to the cotton pad and then massage the skin with it. But I don’t recommend doing this. If you use it with a cotton pad you will spend much more productive than if you just spray it on the face and use the pad after this.</p> <p>But you need to use a cotton pad to remove dead skin anyway. If you don’t remove dead skin, you may see less results from using it.</p> <p>The pH level is low: only 3.9. The normal pH of the human’s skin is 5.5, but despite this, the product feels very good.</p> <p><strong>You can use it twice a day</strong>, in the morning after you wash your face and in the evening. The product is gentle enough and will not irritate your skin. But be careful if you wish using it twice. Your skin may be sensitive to one or more things in this toner. So it’s better to test it in the beginning. Start using it once a day and if everything is ok and your skin feels good to try using it twice.</p> <h2>My Personal Experience with this Treatment Toner</h2> <p>AHA BHA Clarifying Treatment Toner won't be giving you too much of a visible result if your skin is already used to stronger exfoliants. But you may see a good result if you are a beginner in exfoliation with acids.</p> <p>If I want to use BHA at night or in the morning I use this one because I know for a fact that this exfoliator is mild. I also like to use it on my body because it's very refreshing after a workout.</p> <p><b>As for the effectiveness: I didn’t see too much result from this single product, but it’s a good toner to use in a combination with other skincare stuff.</b> I don’t expect great effectiveness from a single toner. But what it really does is it moisturizes the skin and helps to prepare it for the products I use later. How? Because it <strong>temporarily lowers the pH level of the skin</strong>. Lower skin pH allows the acids/actives of the stuff I use later to stay in unchanged form. And this results in better absorption because unchanged acids can pass through the skin deeper.</p> <p>That’s why I absolutely recommend using this toner at the beginning of your self-care routine. This will prepare your skin for further products and make the entire routine much more effective.</p> <p>Thanks for reading my review! I hope you have found a lot of useful information in it. I have also prepared answers to some very popular questions about this product.</p> <p><strong>Q: Does this toner require using a sunscreen after it?</strong></p> <p>A: Yes, it does. It contains AHA which makes your skin a little bit more sensitive to the sun. The effect is not strong, but if your skin is sun-sensitive it’s recommended using a sunscreen.</p> <p><strong>Q: Does it remove whiteheads and blackheads?</strong></p> <p>A: This product doesn’t remove whiteheads and blackheads on its own. It’s better to use it in a combination with other products. But manufacturers report it can prevent whiteheads and blackheads if you use it regularly.</p>",
      "author_user_id": 1,
      "created_at": "2021-10-04T13:24:22.000Z",
      "updated_at": "2021-11-13T20:23:18.000Z"
    }
  ],
  "links": {
    "first": "/api/v1/articles?page=1",
    "last": "/api/v1/articles?page=1"
  }
}