logo
EndpointsList aliases for authenticated owner
Endpoints

List aliases for authenticated owner

curl -X GET "https://mail.haltman.io/api/alias/list" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY"
[{
  "id": 123,
  "address": "123 Main St",
  "goto": "example_string",
  "active": "null",
  "domain_id": 123,
  "created": "2024-12-25T10:00:00Z",
  "modified": "2024-12-25T10:00:00Z"
}]
GET
/api/alias/list
GET
Security Scheme
API Key (header: X-API-Key)
X-API-Keystring
Required

API key (sent in header)

Request Preview
Response

Response will appear here after sending the request

Authentication

ApiKeyAuth
header
X-API-Keystring
Required

API Key for authentication. Provide your API key in the header.

Responses

idinteger
addressstring
gotostring
activestring
domain_idinteger
createdstring
modifiedstring
Was this page helpful?
Built with Documentation.AI

Last updated 1 week ago