Follow these instructions to export all personal and team snippets to exported_data.json
.
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