GET /api/user/current/stores
GET
/api/user/current/stores
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Query Parameters
activeStores
filter unactive stores (e.g. store that do not cooperate)?
Typeinteger
Valid values
0
1
Default
null
Responses
Success.
application/json
JSON
[
{
"id": 1,
"name": "Govinda Natur GmbH",
"isManaging": "false",
"membershipStatus": undefined,
"pickupStatus": undefined
}
]