Skip to content

API Example: Signing up

Stefan Haslinger edited this page Jun 2, 2016 · 8 revisions

Creating a new user:

wget --post-data="first_name=Jane&last_name=Doe&email=jane@doe.com&phone=1234567890&password=supersecret&password_confirmation=supersecret" -S http://staging-where2help.herokuapp.com/api/v1/users/register

Clone this wiki locally