Skip to content

Instantly share code, notes, and snippets.

@mitchtabian
Last active July 24, 2019 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitchtabian/c13c41fa0f51b304d7638b7bac7cb694 to your computer and use it in GitHub Desktop.
Save mitchtabian/c13c41fa0f51b304d7638b7bac7cb694 to your computer and use it in GitHub Desktop.
Url: https://<your-domain>/api/account/register
{
"email": "That email is already in use.",
"response": "Error"
}
{
"password": "Passwords must match."
}
{
"username": "That username is already in use.",
"response": "Error"
}
{
"response": "successfully registered new user.",
"email": "test1223@tabian.ca",
"username": "test1232",
"pk": 1,
"token": "c2f020e5d8a88d888d2da67e08098f5113f753a5"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment