mirror of
https://gitlab.com/t6353/sharee.bike.wiki.git
synced 2024-11-11 21:26:28 +01:00
38 lines
1.1 KiB
Markdown
38 lines
1.1 KiB
Markdown
|
### request=authout
|
||
|
|
||
|
| key | Required | Format | Comment |
|
||
|
| ---------- | -------- | -------- | ------------------------------------- |
|
||
|
| authcookie | + | text>=30 | unique encrypted key |
|
||
|
|
||
|
Example
|
||
|
**REST request=authout**
|
||
|
```
|
||
|
https://shareeapp-primary.copri-bike.de/APIjsonserver?request=authout&authcookie=6103_f782a208d9399291ba8d086b5dcc2509_23456789
|
||
|
```
|
||
|
**response**
|
||
|
```
|
||
|
{
|
||
|
"shareejson" : {
|
||
|
"user_group" : [
|
||
|
"FR_300001",
|
||
|
"FR_300029"
|
||
|
],
|
||
|
"impress_html" : "site/impress.html",
|
||
|
"response" : "authout",
|
||
|
"bike_info_html" : "site/bike_info.html",
|
||
|
"lang" : "DE",
|
||
|
"debuglevel" : "1",
|
||
|
"privacy_html" : "site/privacy.html",
|
||
|
"tariff_info_html" : "site/tariff_info.html",
|
||
|
"response_state" : "OK: logout",
|
||
|
"uri_primary" : "https://shareeapp-primary.copri-bike.de",
|
||
|
"clearing_cache" : "0",
|
||
|
"authcookie" : "",
|
||
|
"agb_html" : "site/agb.html",
|
||
|
"user_id" : "mail@example.tld",
|
||
|
"copri_version" : "4.1.10.2",
|
||
|
"response_text" : "Goodbye"
|
||
|
}
|
||
|
}
|
||
|
```
|