MailLeader
  1. Statistics
MailLeader
  • Inicio
  • Comece Aqui
  • Comece a receber e-mails
  • Api
    • Authentication
      • Api Keys
        • Create ApiKey
        • Search ApiKeys
        • Remove ApiKey
    • User
      • Get authenticated user
    • Domain
      • Accounts
        • Create Account
        • List Accounts
        • Delete Account
      • Domain Autentication
      • Create Domain
      • Domains
      • Delete Domain
    • Mail
      • Send Mail v2
      • Search Logs
      • Logs
      • Send Mail
    • Billing
      • Licenses
        • Search License
        • Get License
      • Invoice
        • Get Invoice Details
        • Search Invoices
        • Get Invoice
      • Expenses
        • List Expenses
      • Profile
      • Domain Usage
      • Domain Usage Operational
      • Usage
      • Current License
    • Webhook
      • Events
        • Search Webhook Events
      • Remove Webhook
      • Create Webhook
      • Update Webhook
      • Search Webhook
    • Statistics
      • Dashboard Overview
        GET
  1. Statistics

Dashboard Overview

Em desenvolvimento
GET
https://mail.devtcloud.com/api/v1/statistics/dashboard/overview

Requisição

Authorization
Adicionar parâmetro em header
x-api-key
Exemplo:
x-api-key: ********************
Parâmetros de Consulta

Respostas

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://mail.devtcloud.com/api/v1/statistics/dashboard/overview?type=billing' \
--header 'x-api-key: <api-key>'
Response Response Example
{
    "topAccounts": [
        {
            "account": "string",
            "emailsSent": "string"
        }
    ],
    "overview": {
        "totalDomains": "string",
        "totalMailAccounts": "string",
        "totalEmailsOpened": "string",
        "totalEmailsDelivered": "string",
        "totalEmailsSent": "string"
    },
    "emailGraph": [
        {
            "date": "string",
            "sendedEmails": "string",
            "deliveredEmails": "string"
        }
    ],
    "budgetUsedGraph": [
        {
            "date": "string",
            "budgetUsed": "string"
        }
    ]
}
Modificado em 2025-12-21 17:24:33
Página anterior
Search Webhook
Built with