For the complete documentation index, see llms.txt. This page is also available as Markdown.

工作区

show current workspace

get

Get workspace information like name, country etc.

授权
Authorizationstring必填

Enter token in format (Bearer )

响应
200

success

application/json
get/workspace
GET /v1/workspace HTTP/1.1
Host: api.mfpad.com
Authorization: YOUR_API_KEY
Accept: */*
200

success

{
  "data": [
    {
      "uuid": "1639562002248499321",
      "role": "owner",
      "default": true,
      "name": "workspace01",
      "createdAt": "2023-01-01 00:00:00",
      "updatedAt": "2023-01-01 00:00:00"
    }
  ]
}