From f6b7718e569b4cf2f9bf6260b854fed6aaceb956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rainer=20G=C3=BCmpelein?= Date: Fri, 28 Jan 2022 11:30:09 +0000 Subject: [PATCH] Create 3.2. request=authorization --- 3.2.-request=authorization.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 3.2.-request=authorization.md diff --git a/3.2.-request=authorization.md b/3.2.-request=authorization.md new file mode 100644 index 0000000..18cccd2 --- /dev/null +++ b/3.2.-request=authorization.md @@ -0,0 +1,18 @@ +### request=authorization +Rental bike user authentication. + +| 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** \ No newline at end of file