Created
April 12, 2016 11:33
-
-
Save ertrzyiks/d6044c7c5bcebe2b3bc4d16966e77b2b to your computer and use it in GitHub Desktop.
Authy sandbox phone verification check
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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