cURL
curl --request GET \ --url https://app.zazubot.com/api/v1/typebots/{typebotId}/analytics/stats \ --header 'Authorization: Bearer <token>'
{ "stats": { "totalViews": 123, "totalStarts": 123, "totalCompleted": 123 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
today
last7Days
last30Days
monthToDate
lastMonth
yearToDate
allTime
Successful response
The response is of type object.
object