logo
Alias APIList alias and confirmation activity

List alias and confirmation activity

curl -X GET "https://mail.haltman.io/api/activity?limit=42&offset=42" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY"
{
  "items": [
    {
      "type": "example_string",
      "occurred_at": "2024-12-25T10:00:00Z",
      "route": "example_string",
      "intent": "example_string",
      "alias": "example_string"
    }
  ],
  "pagination": {
    "limit": 42,
    "offset": 42
  }
}
GET
/api/activity
GET
API Key (header: X-API-Key)
X-API-Keystring
Required

64-character lowercase hexadecimal API key.

64-character lowercase hexadecimal API key.
query
limitinteger

Page size. Default 50, maximum 200.

Min: 1 • Max: 200
query
offsetinteger

Zero-based page offset.

Min: 0
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.

Query Parameters

limitinteger

Page size. Default 50, maximum 200.

offsetinteger

Zero-based page offset.

Responses

itemsarray
Required
paginationobject
Required