Warm-Up Cache

After adding or modifying an article, you need rebuild the cache by sending a POST request to the cacheWarmup endpoint: https://all.stage.clickio.com/clickioUtils/cacheWarmup

Request body:

{
  "domain": "www.yoursite.com",
  "url": "/blog/new-post-1/"
}

Where:

  • domain - your site domain without scheme and a trailing slash
  • url - URL of the added/modified page

Response example

{
    "err_code": 0,
    "msg": "request is being processed"
}