Skip to content

Instantly share code, notes, and snippets.

@acapps
Created October 1, 2014 23:15
Show Gist options
  • Save acapps/f9dc2d939e94f74675b2 to your computer and use it in GitHub Desktop.
Save acapps/f9dc2d939e94f74675b2 to your computer and use it in GitHub Desktop.
Example of invoking Zipwhip's forgot password.
curl https://api.zipwhip.com/user/password/forgot
-d mobileNumber=[Phone Number]
Response:
{
"success":true,
"response":null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment