diff --git a/scripts/get_route.sh b/scripts/get_route.sh old mode 100644 new mode 100755 index 58b9647..850e45d --- a/scripts/get_route.sh +++ b/scripts/get_route.sh @@ -1,7 +1,7 @@ #!/bin/bash MG_USER= MG_URL="https://api.mailgun.net/v3/routes" -MG_APIKEY="key-6e4b01ba0681141a509c1c462fca40f4" +MG_APIKEY="api:key-6e4b01ba0681141a509c1c462fca40f4" MG_ORDER="GET /routes" curl -s --user $MG_APIKEY -G \