21/02
2016
dev-master
9999999-dev
The Requires
The Development Requires
by theeradech dechasit
POST
/api/auth/loginAttribute | Type | Example |
---|---|---|
login | String |
|
password | String |
|
device_id | String |
|
device_os | String |
example: android, ios, windows |
POST
/api/auth/loginByTokenAttribute | Type | Example |
---|---|---|
token | String |
|
device_id | String |
|
device_os | String |
example: android, ios, windows |
POST
/api/auth/registerAttribute | Type |
---|---|
login | String |
password | String |
password_confirmation | String |
POST
/api/auth/activationAttribute | Type |
---|---|
ref_id | String |
code | String |
POST
/api/auth/forget_passwordAttribute | Type |
---|---|
String |
GET
/api/auth/profilePOST
/api/auth/change_passwordAttribute | Type |
---|---|
current_password | String |
password | String |
POST
/api/auth/updateAttribute | Type |
---|---|
String |
|
first_name | String |
last_name | String |
and another... |
GET
/api/auth/logout