First of all, quickly generate a new read-only API token in https://my.pingdom.com/app/api-tokens Then, use the following code to get a quick export of your Pingdom exports with name, hostname and path. export PINGD_AUTH="[the api key you generated in step 1]" for i in `curl -X GET https://api.pingdom.com/api/3.1/checks -H 'Authorization:Bearer $PINGD_AUTH'…