21/02
2016
dev-master
9999999-dev
The Requires
The Development Requires
by theeradech dechasit
Wallogit.com
2017 © Pedro Peláez
POST /api/auth/login| Attribute | Type | Example |
|---|---|---|
| login | String |
|
| password | String |
|
| device_id | String |
|
| device_os | String |
example: android, ios, windows |
POST /api/auth/loginByToken| Attribute | Type | Example |
|---|---|---|
| token | String |
|
| device_id | String |
|
| device_os | String |
example: android, ios, windows |
POST /api/auth/register| Attribute | Type |
|---|---|
| login | String |
| password | String |
| password_confirmation | String |
POST /api/auth/activation| Attribute | Type |
|---|---|
| ref_id | String |
| code | String |
POST /api/auth/forget_password| Attribute | Type |
|---|---|
String |
GET /api/auth/profilePOST /api/auth/change_password| Attribute | Type |
|---|---|
| current_password | String |
| password | String |
POST /api/auth/update| Attribute | Type |
|---|---|
String |
|
| first_name | String |
| last_name | String |
| and another... | |
GET /api/auth/logout