Skip to content

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
01
Defaultnull

Responses

Success.

application/json
JSON
[
{
"id": 1,
"name": "Govinda Natur GmbH",
"isManaging": "false",
"membershipStatus": undefined,
"pickupStatus": undefined
}
]

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python