MailLeader
  1. Mail
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
        POST
      • Search Logs
        GET
      • Logs
        GET
      • Send Mail
        POST
    • 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
  1. Mail

Search Logs

Em desenvolvimento
GET
https://mail.devtcloud.com/api/v1/mail/logs

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/mail/logs?domainId&accountId&startDate&endDate' \
--header 'x-api-key: <api-key>'
Response Response Example
{
    "total": 0,
    "page": 0,
    "maxPage": 0,
    "data": [
        {
            "id": "string",
            "to": "string",
            "mailId": "string",
            "status": "string",
            "size": 0,
            "sendedAt": "string",
            "openedAt": "string",
            "deliveredAt": "string",
            "error": null,
            "account": {
                "id": "string",
                "account": "string"
            }
        }
    ]
}
Modificado em 2025-12-27 10:11:11
Página anterior
Send Mail v2
Próxima página
Logs
Built with