v1
latestOpenAPI 3.0.02026-07-13474670.4 KBAccount
Get current account
Get information about the account for this API key.
get/me
Response
Current User Information
Example response
{
"_id": "my_username",
"email": "anything_123@mailsac.com",
"invoiceEmail": "anything_123@mailsac.com",
"messageLimit": 1000,
"privateAddressCredits": 100,
"recents": [
"anything_123@mailsac.com"
],
"lastLogin": "1985-04-12T23:20:50.52Z"
}