v1

latestOpenAPI 3.0.02026-07-26318168886.7 KB
Storefront Tokens

List all storefront tokens

List all storefront tokens<br>列出所有店面令牌

get/storefront_tokens

Response

OK<br>成功

Example response

{
  "items": [
    {
      "id": "6267bd6ae698e42eddaa01fc",
      "token": "jwt_storefront_token_string",
      "staff_id": "6267bd6ae698e42eddaa01fc",
      "application_id": "6268f2837bda628f5a1b6635",
      "merchant": {
        "id": "6267bd6ae698e42eddaa01fc",
        "name": "Test Store",
        "email": "main@teststore.com",
        "handle": "test133"
      },
      "staff": {
        "id": "6267bd6ae698e42eddaa01fc",
        "name": "Test Store",
        "email": "main@teststore.com",
        "handle": "test133"
      },
      "created_at": "2025-08-01T12:00:00.000Z"
    }
  ]
}