Skip to content

Instantly share code, notes, and snippets.

@acapps
Last active August 29, 2015 14:01
Show Gist options
  • Save acapps/840a27dfb1a07e8f975a to your computer and use it in GitHub Desktop.
Save acapps/840a27dfb1a07e8f975a to your computer and use it in GitHub Desktop.
Example cURL statement for user/login with regard to Canadian numbers.
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