document.write("
    \n
  1. View your API key/token at: https://app.cacher.io/enter?action=view_api_creds
  2. \n
  3. Run the following curl command from your terminal:
  4. \n
\n
curl -X GET \\\n https://api.cacher.io/integrations/show_all \\\n -H 'cache-control: no-cache' \\\n -H 'x-api-key: [api_key]' \\\n -H 'x-api-token: [api_token]' > exported_data.json\n
\n
export.md - Snippet hosted by \"Cacher\"
");