From a0c1675847741a456cc383ebeda9a1cd3e7e67e9 Mon Sep 17 00:00:00 2001 From: Iwan Clement Date: Sun, 19 Apr 2020 11:52:15 +0200 Subject: [PATCH] all routes --- scripts/get_route.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 \