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

Create Domain

POST
https://mail.devtcloud.com/api/v1/domain/create

Requisição

Authorization
Adicionar parâmetro em header
x-api-key
Exemplo:
x-api-key: ********************
Parâmetros Bodyapplication/x-www-form-urlencoded

Respostas

🟢200Sucesso
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://mail.devtcloud.com/api/v1/domain/create' \
--header 'x-api-key: <api-key>' \
--data-urlencode 'domain=example.com'
Response Response Example
{
    "message": "messages.domain.created",
    "id": "999999999999999999"
}
Modificado em 2025-10-15 21:22:45
Página anterior
Delete Account
Próxima página
Domains
Built with