Skip to content

Instantly share code, notes, and snippets.

@lewisdaly
Created October 30, 2018 11:17
Show Gist options
  • Save lewisdaly/c3036144c07a838d016f96abf972a6ce to your computer and use it in GitHub Desktop.
Save lewisdaly/c3036144c07a838d016f96abf972a6ce to your computer and use it in GitHub Desktop.
get your twilio usage triggers
#!/usr/bin/env bash
curl -G https://api.twilio.com/2010-04-01/Accounts/$TWILIO_ACCOUNT_SID/Usage/Triggers.json \
-d "TriggerBy=price" \
-u "$TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment