diff --git a/scripts/get_route.sh b/scripts/get_route.sh index 850e45d..5b762bf 100755 --- a/scripts/get_route.sh +++ b/scripts/get_route.sh @@ -4,6 +4,10 @@ MG_URL="https://api.mailgun.net/v3/routes" MG_APIKEY="api:key-6e4b01ba0681141a509c1c462fca40f4" MG_ORDER="GET /routes" +curl -s --user $MG_APIKEY -G \ + $MG_URL + +exit 0 curl -s --user $MG_APIKEY -G \ $MG_URL \ -d skip=1 \