Skip to main content
GET
/
v1
/
folders
Listar carpetas
curl --request GET \
  --url https://mozbot.mozartfintech.com/api/v1/folders \
  --header 'Authorization: Bearer <token>'
{
  "folders": [
    {
      "id": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "name": "<string>",
      "parentFolderId": "<string>",
      "workspaceId": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Encabezado de autenticación de portador con el formato Bearer <token>, donde <token> es su token de autenticación.

Query Parameters

workspaceId
string
required
parentFolderId
string

Response

Successful response

folders
object[]
required