v1

latestOpenAPI 3.1.02026-07-266827131.9 KB

List Folders

List all folders in your account.

get/serve/api/v1/folders

Response

Successful response

codestring
msgstring

Example response

{
  "code": "0000",
  "msg": "success",
  "data": {
    "folders": [
      {
        "folder_id": 671631448308117500,
        "folder_name": "my-project"
      }
    ]
  }
}