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" }
Retrieves detailed information about a specific notification that was sent.
You can obtain your API Token from your Domainwarden account settings.
The ID of the domain.
The ID of the domainNotificationHistory.
"019a11e5-3072-707a-82b2-91bf8b940e80"
"email"
"Email"
"whois_expiry_warning"
"2025-10-24 08:30:15"
"3 days ago"