v1
latestOpenAPI 3.0.02026-07-26318168886.7 KBStorefront Tokens
Get storefront token by id
Get storefront token by id<br>以ID獲取店面令牌
get/storefront_tokens/{id}
Path parameters
idstring required
Storefront token ID<br>店面令牌ID
Response
OK<br>成功
Example response
{
"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"
}