Skip to main content
GET
/
v1
/
mozbots
/
{mozbotId}
/
analytics
/
stats
Obtener estadísticas de resultados
curl --request GET \
  --url https://mozbot.mozartfintech.com/api/v1/mozbots/{mozbotId}/analytics/stats \
  --header 'Authorization: Bearer <token>'
{
  "stats": {
    "totalViews": 123,
    "totalStarts": 123,
    "totalCompleted": 123
  }
}

Authorizations

Authorization
string
header
required

Encabezado de autenticación de portador con el formato Bearer <token>, donde <token> es su token de autenticación.

Path Parameters

mozbotId
string
required

Query Parameters

timeFilter
enum<string>
default:last7Days
Available options:
today,
last7Days,
last30Days,
monthToDate,
lastMonth,
yearToDate,
allTime
timeZone
string

Response

Successful response

stats
object
required