logo
Alias APIGet aggregate alias statistics for the API key owner

Get aggregate alias statistics for the API key owner

curl -X GET "https://mail.haltman.io/api/alias/stats" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY"
{
  "totals": 42,
  "active": 42,
  "created_last_7d": 42,
  "modified_last_24h": 42,
  "by_domain": [
    {
      "domain": "example_string",
      "total": 42,
      "active": 42
    }
  ]
}
GET
/api/alias/stats
GET
API Key (header: X-API-Key)
X-API-Keystring
Required

64-character lowercase hexadecimal API key.

64-character lowercase hexadecimal API key.
Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-API-Keystring
Required

API Key for authentication. 64-character lowercase hexadecimal API key.

Responses

totalsinteger
Required
activeinteger
Required
created_last_7dinteger
Required
modified_last_24hinteger
Required
by_domainarray
Required