Skip to content

Get a Published Toolzz Bot

Endpoint used to get a published Toolzz Bot.

Terminal window
curl --request GET \
--url 'https://bots.toolzz.ai/api/v1/toolzz/{typebotId}/publishedTypebot' \
--header 'Authorization: Bearer <token>'
{
"publishedTypebot": "<string>"
}
ParameterTypeDescriptionRequired
AuthorizationStringAccess token (must contain “Bearer” before the token)Yes
ParameterTypeDescriptionRequired
typebotIdstringThe unique identifier of the published bot to get.Yes

KeyTypeDescription
publishedTypebotstringThe published bot

To access this endpoint, it is necessary to send a valid access token through the authorization header (Authorization) of the request.