Skip to main content
GET
/
admin
/
dashboard
Dashboard
curl --request GET \
  --url https://api.example.com/admin/dashboard
{
  "totalUsers": 1250,
  "totalMerchants": 340,
  "totalTransactions": 58420,
  "revenue": 125750.50
}
Requiere autenticación con Bearer token y rol ADMIN.

Respuesta

totalUsers
number
Cantidad total de usuarios registrados en la plataforma.
totalMerchants
number
Cantidad total de merchants registrados.
totalTransactions
number
Cantidad total de transacciones procesadas.
revenue
number
Ingresos totales de la plataforma.
{
  "totalUsers": 1250,
  "totalMerchants": 340,
  "totalTransactions": 58420,
  "revenue": 125750.50
}