MailLeader
  1. Api Keys
MailLeader
  • Inicio
  • Comece Aqui
  • Comece a receber e-mails
  • Api
    • Authentication
      • Api Keys
        • Create ApiKey
          POST
        • Search ApiKeys
          GET
        • Remove ApiKey
          DELETE
    • 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
      • Domain Usage Operational
      • Usage
      • Current License
    • Webhook
      • Create Webhook
      • Update Webhook
      • Search Webhook
  1. Api Keys

Search ApiKeys

GET
https://mail.devtcloud.com/api/v1/auth/api-key

Requisição

Authorization
Forneça seu token bearer no cabeçalho
Authorization
ao fazer requisições para recursos protegidos.
Exemplo:
Authorization: Bearer ********************

Respostas

🟢200Sucesso
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://mail.devtcloud.com/api/v1/auth/api-key' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "total": 1,
    "page": 1,
    "maxPage": 1,
    "data": [
        {
            "id": "10000000000000000000000000",
            "name": "Minha Chave",
            "userId": "100000000000000000",
            "createdAt": "2025-10-15T22:11:50.880Z",
            "updatedAt": "2025-10-15T22:11:50.880Z",
            "key": "f0f0f0f0f0..."
        }
    ]
}
Modificado em 2025-10-15 22:13:29
Página anterior
Create ApiKey
Próxima página
Remove ApiKey
Built with