列出子商户
List Sub-Merchants
GET
/v1/sub-merchants
授权
bearer_auth
API key authentication. Use sk_test_... for sandbox or sk_live_... for production.
类型
HTTP (bearer)
参数
查询参数
page
Page number (default: 1)
类型
integer
格式
"int64"最小值
0page_size
Items per page (default: 20, max: 100)
类型
integer
格式
"int64"最小值
0响应
Paginated sub-merchant list
application/json
JSON { "child_org_id": "string", "created_at": "2026-01-15T08:30:00Z", "display_name": "Tokyo Branch", "id": "sm_abc123", "parent_org_id": "string", "status": "string", "sub_merchant_code": "shop_tokyo", "updated_at": "2026-03-20T10:00:00Z" }
[
]