Skip to content
Search
K
Main Navigation
Guide
Rest API
Wiki
Appearance
Menu
Return to top
Get the stores where a user is member of
GET
/api/users/{userId}/stores
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
Type
API Key (header: X-CSRF-Token)
Parameters
Path Parameters
userId
*
Type
string
Required
Pattern
"[1-9]\\d*|current"
Query Parameters
format
excludeInactive
Type
boolean
Responses
401
Not logged in
GET
/api/users/{userId}/stores
Playground
Authorization
api_key
Variables
Key
Value
userId
*
format
excludeInactive
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python