Returns the list of stores that are part of a given chain.
GET
/api/chains/{chainId}/stores
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
chainId*
Typestring
RequiredPattern
"\\d+"
Query Parameters
pageSize*
Count of chains on page
Typestring
RequiredDefault
0
Pattern
"\\d+"
offset*
Offset of items
Typestring
RequiredDefault
0
Pattern
"\\d+"
Responses
Success.
application/json
JSON
[
{
"id": 0,
"name": ""
}
]