MailLeader
  1. Events
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
          GET
      • Remove Webhook
        DELETE
      • Create Webhook
        POST
      • Update Webhook
        PATCH
      • Search Webhook
        GET
    • Statistics
      • Dashboard Overview
  1. Events

Search Webhook Events

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

Requisição

Authorization
Adicionar parâmetro em header
x-api-key
Exemplo:
x-api-key: ********************

Respostas

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://mail.devtcloud.com/api/v1/webhook/events' \
--header 'x-api-key: <api-key>'
Response Response Example
{
    "total": 0,
    "page": 0,
    "maxPage": 0,
    "data": [
        {
            "id": "string",
            "name": "string",
            "event": "string",
            "description": "string",
            "createdAt": "string",
            "updatedAt": "string"
        }
    ]
}
Modificado em 2025-12-24 21:51:41
Página anterior
Current License
Próxima página
Remove Webhook
Built with