MailLeader
  1. Domain
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
      • Create Domain
        POST
      • Domains
        GET
      • Delete Domain
        DELETE
    • Mail
      • 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
      • Create Webhook
      • Update Webhook
      • Search Webhook
  1. Domain

Domains

GET
https://mail.devtcloud.com/api/v1/domain/search

Requisição

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

Respostas

🟢200Sucesso
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://mail.devtcloud.com/api/v1/domain/search' \
--header 'x-api-key: <api-key>'
Response Response Example
{
    "total": 1,
    "page": 1,
    "maxPage": 1,
    "data": [
        {
            "id": "999999999999999",
            "domain": "example.com",
            "status": "ACTIVE",
            "userId": "999999999999999",
            "createdAt": "2025-10-14T22:04:38.704Z",
            "updatedAt": "2025-10-14T22:10:01.880Z",
            "accounts": [
                {
                    "id": "99999999999999999",
                    "account": "example@example.com",
                    "relay": false,
                    "domainId": "9999999999999999",
                    "createdAt": "2025-10-14T23:15:55.996Z",
                    "updatedAt": "2025-10-14T23:15:55.996Z"
                },
                {
                    "id": "9999999999999999",
                    "account": "no-reply@example.com",
                    "relay": true,
                    "domainId": "99999999999999999",
                    "createdAt": "2025-10-15T13:27:27.077Z",
                    "updatedAt": "2025-10-15T13:27:27.077Z"
                }
            ]
        }
    ]
}
Modificado em 2025-12-02 23:29:02
Página anterior
Create Domain
Próxima página
Delete Domain
Built with