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