Updated User Registration API (markdown)
parent
8b634a748c
commit
34ddacf1a6
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
# User Registration API
|
||||
|
||||
_Last Updated 2017-04-22_
|
||||
|
||||
## `POST /api/register`
|
||||
|
||||
Takes a `application/json` payload. The JSON can be one of the following types:
|
||||
|
@ -18,7 +16,8 @@ Takes a `application/json` payload. The JSON can be one of the following types:
|
|||
token : <signup token>,
|
||||
usertype : 'customer',
|
||||
email : <email (used for login)>,
|
||||
name : <preferred user name>,
|
||||
display_name : <preferred user name>,
|
||||
full_name : <customer full name>,
|
||||
postcode : <customer postcode>,
|
||||
age_range : <age range key>,
|
||||
password : <password (used for login)>
|
||||
|
|
Reference in a new issue