Skip to content

Returns a list of stores where the user is a member of reduced store information.

GET
/api/user/{userId}/stores/details

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

userId*
Typestring
Required

Responses

Success.

application/json
JSON
{
"total": 1,
"stores": [
{
"id": 0,
"name": "string",
"region": {
"id": 0,
"name": "string"
},
"location": {
"lat": 52.5,
"lon": 13.4
},
"street": "string",
"city": "string",
"zipCode": "string",
"cooperationStatus": 0,
"createdAt": "string"
}
]
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python