2022-01-28 21:39:36 +01:00
|
|
|
### primary request=authorization
|
2022-01-28 21:31:55 +01:00
|
|
|
|
|
|
|
**request** PUSH user authentication.
|
2022-01-28 12:30:09 +01:00
|
|
|
|
|
|
|
| key | Required | Format | Comment |
|
|
|
|
| ----------- | -------- | -------- | ------------------------ |
|
|
|
|
| user_id | + | text | eMail address (Login) |
|
|
|
|
| user_pw | + | text | Password |
|
|
|
|
| hw_id | + | text>=16 | Unique-system-identifier |
|
|
|
|
| merchant_id | + | text>=8 | Your merchant ID |
|
|
|
|
| lang | o | text=2 | language iso code |
|
|
|
|
|
|
|
|
Example
|
|
|
|
**REST request=authorization**
|
|
|
|
```
|
|
|
|
https://shareeapp-primary.copri-bike.de/APIjsonserver?request=authorization&merchant_id=23456789&user_id=javaminister@gmail.com&user_pw=javaminister&hw_id=unique-device-id&lang=DE
|
|
|
|
```
|
|
|
|
|
|
|
|
**response** is just the **sharee JSON default**
|