# Cacher API
The curl command to grab all your snippets from all libraries is:
```sh
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]'
Fill in the API key and token with the values you find from clicking on the Apps dropdown in the top-right corner of Cacher:
```
In the future, this functionality will be built into the CLI.