Skip to content

Instantly share code, notes, and snippets.

@jharmn
Created October 17, 2013 16:47
Show Gist options
  • Select an option

  • Save jharmn/7028296 to your computer and use it in GitHub Desktop.

Select an option

Save jharmn/7028296 to your computer and use it in GitHub Desktop.
Making a call to Twilio with an error
curl -X POST 'https://api.twilio.com/2010-04-01/Accounts/abc123/SMS/Messages.json' -d 'From=%2B15127820461' -d 'To=5125551212'
{"status":401,"message":"Authenticate","code":20003,"more_info":"http:\/\/www.twilio.com\/docs\/errors\/20003"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment