Skip to content

Instantly share code, notes, and snippets.

@ertrzyiks
Created April 12, 2016 11:33
Show Gist options
  • Save ertrzyiks/d6044c7c5bcebe2b3bc4d16966e77b2b to your computer and use it in GitHub Desktop.
Save ertrzyiks/d6044c7c5bcebe2b3bc4d16966e77b2b to your computer and use it in GitHub Desktop.
Authy sandbox phone verification check
#!/bin/sh
curl "http://sandbox-api.authy.com/protected/json/phones/verification/check?api_key=d57d919d11e6b221c9bf6f7c882028f9&verification_code=0000&phone_number=111-111-1111&country_code=1"
{"message":"No pending verifications for +1 111-111-1111 found.","success":false,"errors":{"message":"No pending verifications for +1 111-111-1111 found."}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment