latestOpenAPI 3.0.02026-08-105585620.8 KB

18e2f2e178dd

Store Information API

Get basic information about stores

Get basic information about stores depending on the token access level

get/stores

Response

OK

codeinteger

Response status code 200

Example response

{
  "code": 200,
  "paging": {
    "total": 100,
    "offset": 10,
    "limit": 100
  },
  "result": [
    {
      "id": 10,
      "type": "native",
      "name": "My Store"
    }
  ]
}