Authorization: Bearer ********************
curl --location --request GET '/boss/api/tenants?name&page=1&limit=10' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiMWQ0NTdmZTMtMTcxZi00NGYyLWIwNDQtNzU0YWU3MzVhZmY5IiwiZXhwIjoxNzQzMDU3ODcyLCJpc3MiOiJTRUxGX0hPU1RFRCIsInN1YiI6Ik1hbmFnZSBBUEkgUGFzc3BvcnQifQ.urgFcSQ02l-oxVwaEjhKUggkGTNWxGR8fzkAAdxQh4w'
{
"page": 1,
"limit": 10,
"total": 2,
"has_more": false,
"data": [
{
"id": "1ea59ecd-1785-4c7a-bdea-9b1843c866ea",
"name": "新的租户",
"status": "normal",
"owner_email": "zx-32666@zhink.cc",
"owner_name": "张祥",
"created_at": 1740495685,
"updated_at": 1740495685
},
{
"id": "17f9dcd3-67a1-4ba5-b1c7-a459485d4492",
"name": "xuyandong's Workspace",
"status": "normal",
"owner_email": "xyd-33171@zhink.cc",
"owner_name": "xuyandong",
"created_at": 1740249394,
"updated_at": 1740249394
}
]
}