MailLeader
  1. User
MailLeader
  • Inicio
  • Comece Aqui
  • Comece a receber e-mails
  • Api
    • Authentication
      • Api Keys
        • Create ApiKey
        • Search ApiKeys
        • Remove ApiKey
    • User
      • Get authenticated user
        GET
    • 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. User

Get authenticated user

GET
https://mail.devtcloud.com/api/v1/user/me
Gets information about the authenticated user.

Requisição

Authorization
Adicionar parâmetro em header
x-api-key
Exemplo:
x-api-key: ********************

Respostas

🟢200Successful Response
application/json
Body

🟠429Rate Limit Exceeded
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://mail.devtcloud.com/api/v1/user/me' \
--header 'x-api-key: <api-key>'
Response Response Example
200 - Successful Response
{
    "id": "10000000000000000",
    "name": "Seu Nome",
    "email": "example@example.com",
    "phone": null,
    "role": "user"
}
Modificado em 2025-10-16 00:29:20
Página anterior
User
Próxima página
Create Account
Built with