Skip to content

Get Stats

Endpoint used to get analytics stats from a Toolzz Bot.

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

KeyTypeDescription
statsobject[]Toolzz Bot analytics stats information.

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