jookyboi
8/12/2019 - 1:46 AM

lock Export all Cacher snippets

Follow these instructions to export all personal and team snippets to exported_data.json.

  1. View your API key/token at: https://app.cacher.io/enter?action=view_api_creds
  2. Run the following curl command from your terminal:
curl -X GET \
 https://api.cacher.io/integrations/show_all \
 -H 'cache-control: no-cache' \
 -H 'x-api-key: [api_key]' \
 -H 'x-api-token: [api_token]' > exported_data.json