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

Get License

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

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/752639195507331072' \
--header 'x-api-key: <api-key>'
Response Response Example
{
  "id": "100000000000000600",
  "name": "Plano Básico",
  "externalId": null,
  "price": 0,
  "default": true,
  "description": "",
  "createdAt": "2025-01-01T09:00:00.000Z",
  "updatedAt": "2025-01-01T09:10:00.000Z",
  "resources": [
    {
      "id": "100000000000000601",
      "licenseId": "100000000000000600",
      "resourceId": "100000000000000610",
      "limit": 0,
      "limited": false,
      "createdAt": "2025-01-01T09:15:00.000Z",
      "updatedAt": "2025-01-01T09:15:00.000Z"
    },
    {
      "id": "100000000000000602",
      "licenseId": "100000000000000600",
      "resourceId": "100000000000000611",
      "limit": 1,
      "limited": true,
      "createdAt": "2025-01-01T09:15:00.000Z",
      "updatedAt": "2025-01-01T09:15:00.000Z"
    },
    {
      "id": "100000000000000603",
      "licenseId": "100000000000000600",
      "resourceId": "100000000000000612",
      "limit": 20,
      "limited": true,
      "createdAt": "2025-01-01T09:15:00.000Z",
      "updatedAt": "2025-01-01T09:15:00.000Z"
    }
  ]
}
Modificado em 2025-10-15 21:40:25
Página anterior
Search License
Próxima página
Get Invoice Details
Built with