MailLeader
  1. Billing
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
      • Domains
      • Delete Domain
    • Mail
      • Send Mail
    • Billing
      • Licenses
        • Search License
        • Get License
      • Invoice
        • Get Invoice Details
        • Search Invoices
        • Get Invoice
      • Expenses
        • List Expenses
      • Profile
      • Domain Usage
        GET
      • Domain Usage Operational
        GET
      • Usage
        GET
      • Current License
        GET
    • Webhook
      • Create Webhook
      • Update Webhook
      • Search Webhook
  1. Billing

Usage

GET
https://mail.devtcloud.com/api/v1/billing/usage

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 GET 'https://mail.devtcloud.com/api/v1/billing/usage' \
--header 'x-api-key: <api-key>'
Response Response Example
{
    "total": 0,
    "value": 0
}
Modificado em 2025-12-02 23:30:25
Página anterior
Domain Usage Operational
Próxima página
Current License
Built with