curl --request GET \
--url https://bots.toolzz.ai/api/v1/toolzz/{typebotId} \
--header 'Authorization: Bearer <token>'
{
"typebot": [
{
"version": "<string>",
"id": "<string>",
"name": "<string>",
"events": [
{
"id": "<string>",
"outgoingEdgeId": "<string>",
"graphCoordinates": {
"x": 123,
"y": 123
},
"type": "<string>",
"groups": [
{
"id": "<string>",
"title": "<string>",
"graphCoordinates": {
"x": 123,
"y": 123,
"Blocks": [
{
"id": "<string>",
"type": "<string>",
"content": "<string>",
"Edge": [
{}
]
}
],
"variables": [
{}
]
},
"theme": [
{}
],
"settings": [
{}
],
"createdAt": "<string>",
"updatedAt": "<string>",
"icon": "<string>",
"folderId": "<string>",
"workspaceId": "<string>",
"resultsTablePreferences": "<string>",
"isArchived": true,
"isClosed": true
}
],
"currentUserMode": "<string>"
}
]
}
]
}
Endpoint to get a Toolzz Bot
curl --request GET \
--url https://bots.toolzz.ai/api/v1/toolzz/{typebotId} \
--header 'Authorization: Bearer <token>'
{
"typebot": [
{
"version": "<string>",
"id": "<string>",
"name": "<string>",
"events": [
{
"id": "<string>",
"outgoingEdgeId": "<string>",
"graphCoordinates": {
"x": 123,
"y": 123
},
"type": "<string>",
"groups": [
{
"id": "<string>",
"title": "<string>",
"graphCoordinates": {
"x": 123,
"y": 123,
"Blocks": [
{
"id": "<string>",
"type": "<string>",
"content": "<string>",
"Edge": [
{}
]
}
],
"variables": [
{}
]
},
"theme": [
{}
],
"settings": [
{}
],
"createdAt": "<string>",
"updatedAt": "<string>",
"icon": "<string>",
"folderId": "<string>",
"workspaceId": "<string>",
"resultsTablePreferences": "<string>",
"isArchived": true,
"isClosed": true
}
],
"currentUserMode": "<string>"
}
]
}
]
}
Show messages properties
Show events properties
Show groups properties
Show graphCoordinates properties