MailLeader
  1. Licenses
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
        • Get License
          GET
      • 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. Licenses

Search License

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

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/license' \
--header 'x-api-key: <api-key>'
Response Response Example
{
  "total": 1,
  "page": 1,
  "maxPage": 1,
  "data": [
    {
      "id": "100000000000000500",
      "name": "Plano Básico",
      "externalId": null,
      "price": 0,
      "default": true,
      "description": "",
      "createdAt": "2025-01-01T10:00:00.000Z",
      "updatedAt": "2025-01-01T10:10:00.000Z",
      "resources": [
        {
          "id": "100000000000000501",
          "licenseId": "100000000000000500",
          "resourceId": "100000000000000510",
          "limit": 0,
          "limited": false,
          "createdAt": "2025-01-01T10:15:00.000Z",
          "updatedAt": "2025-01-01T10:15:00.000Z"
        },
        {
          "id": "100000000000000502",
          "licenseId": "100000000000000500",
          "resourceId": "100000000000000511",
          "limit": 1,
          "limited": true,
          "createdAt": "2025-01-01T10:15:00.000Z",
          "updatedAt": "2025-01-01T10:15:00.000Z"
        },
        {
          "id": "100000000000000503",
          "licenseId": "100000000000000500",
          "resourceId": "100000000000000512",
          "limit": 20,
          "limited": true,
          "createdAt": "2025-01-01T10:15:00.000Z",
          "updatedAt": "2025-01-01T10:15:00.000Z"
        }
      ]
    }
  ]
}
Modificado em 2025-10-15 21:40:32
Página anterior
Send Mail
Próxima página
Get License
Built with