GET
/
v1
/
folders
curl --request GET \
  --url https://app.typebot.io/api/v1/folders \
  --header 'Authorization: Bearer <token>'
{
  "folders": [
    {
      "id": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "name": "<string>",
      "parentFolderId": "<string>",
      "workspaceId": "<string>"
    }
  ]
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

workspaceId
string
required
parentFolderId
string

Response

200 - application/json
folders
object[]
required