Skip to main content
GET
/
api
/
domains
/
{domain_id}
/
notification-channels
/
history
/
{domainNotificationHistory_id}
cURL
curl --request GET \
  --url https://domainwarden.app/api/domains/{domain_id}/notification-channels/history/{domainNotificationHistory_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "019a11e5-3072-707a-82b2-91bf8b940e80",
  "method": "email",
  "method_human": "Email",
  "type": "whois_expiry_warning",
  "sent_at": "2025-10-24 08:30:15",
  "sent_at_human": "3 days ago"
}

Authorizations

Authorization
string
header
required

You can obtain your API Token from your Domainwarden account settings.

Path Parameters

domain_id
string
required

The ID of the domain.

domainNotificationHistory_id
string
required

The ID of the domainNotificationHistory.

Response

id
string
Example:

"019a11e5-3072-707a-82b2-91bf8b940e80"

method
string
Example:

"email"

method_human
string
Example:

"Email"

type
string
Example:

"whois_expiry_warning"

sent_at
string
Example:

"2025-10-24 08:30:15"

sent_at_human
string
Example:

"3 days ago"