Last active
August 29, 2015 14:01
-
-
Save acapps/840a27dfb1a07e8f975a to your computer and use it in GitHub Desktop.
Example cURL statement for user/login with regard to Canadian numbers.
This file contains hidden or 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
Example of Canadian Number: | |
$curl https://api.zipwhip.com/user/login | |
-d username=%2B15555551212 | |
-d password=default | |
It is important to note that on Canadian numbers that you must put the number into E.164 format. | |
Standard user/login | |
$curl https://api.zipwhip.com/user/login | |
-d username=[phonenumber] | |
-d password=[password] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment