GET
/
v1
/
typebots
curl --request GET \
  --url https://app.typebot.io/api/v1/typebots \
  --header 'Authorization: Bearer <token>'
{
  "typebots": [
    {
      "name": "<string>",
      "icon": "<string>",
      "id": "<string>",
      "publishedTypebotId": "<string>"
    }
  ]
}

Authorizations

Authorization
string
headerrequired

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

Query Parameters

workspaceId
string
required
folderId
string

Response

200 - application/json
typebots
object[]
required