MailLeader
  1. Accounts
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
          POST
        • List Accounts
          GET
        • Delete Account
          DELETE
      • 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. Accounts

Create Account

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

Requisição

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

Examples

Respostas

🟢200Sucesso
application/json
Body

🟠400Dominio não encontrado
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://mail.devtcloud.com/api/v1/domain/account/create' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "account": "example@example.com",
    "domainId": "1000000000000000000",
    "password": "12345678",
    "relay": false
}'
Response Response Example
200 - Sucesso
{
    "message": "E-mail criado com sucesso"
}
Modificado em 2025-12-02 23:29:15
Página anterior
Get authenticated user
Próxima página
List Accounts
Built with