Skip to content

Instantly share code, notes, and snippets.

@acapps
Created October 1, 2014 23:08
Show Gist options
  • Save acapps/fb48dd41d21099bd2aa4 to your computer and use it in GitHub Desktop.
Save acapps/fb48dd41d21099bd2aa4 to your computer and use it in GitHub Desktop.
Example of doing a password change.
$ curl https://api.zipwhip.com/password/change
-d session=[session]
-d currentPassword=[existingPassword]
-d password=[newDesiredPassword]
Response:
{
"response":"",
"sessions":null,
"success":true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment