All Tools Domain Search & Pricing Domain & Web Intelligence DNS & Network Security & Email Identity & Business Monitoring Workflow Recipes
Monitor

Domain Watchlist

Manage your domain watchlist. Get notified when domains become available or change status. Receive notifications via Email, Telegram, Slack, Discord, or Webhook.

Monitor

Domain Watchlist

Watch domains and get alerted the moment they become available.

Get notified before your domains expire so you never lose one.

Monitor Settings Explore API

Multi-Channel Alerts

Configure how you receive alerts for your monitored domains

Email Notifications

Receive domain alerts via email

Telegram Notifications

Receive domain alerts in your Telegram chat

Slack Notifications

Receive domain alerts in your Slack channel

Discord Notifications

Receive domain alerts in your Discord channel

Custom Webhook

Send domain alerts as JSON payloads to your server

Interactive intelligence tool

Run the check, then ship the workflow

Use the browser tool for a fast answer, then move the same logic into scripts, monitoring, or product flows when it becomes repeatable.

1
Start with the live form

Enter a domain, URL, IP, email, or record and get a focused result without setup.

2
Review decision-ready signals

Outputs highlight statuses, risks, records, and next actions instead of raw provider noise.

3
Automate the winning workflow

Use the request and response examples to turn a one-off check into an API call or recipe.

What this tool helps you decide

Each page is shaped around a practical operational question, not just a raw lookup.

Signal

See the current DNS, registration, security, pricing, or reputation evidence.

Context

Compare the result with related checks so the next move is easier to trust.

Action

Copy examples, open linked tools, or move into API documentation when you need scale.

Trust signals before you integrate

Transparent docs, authenticated requests, and visible reliability details make it easier to evaluate DomScan before you ship.

Service status API artifacts

OpenAPI, Swagger, Postman, CLI, SDK, and MCP links are one click away.

API keys Protected access

Authenticated endpoints use API keys with clear credit costs before you call them.

Free allowance Sign Up for Free

Start with 10,000 monthly credits and upgrade only when usage grows.

Active Example Request

Start from the curl and HTTP samples, then map the parameters into your application code.

Key Features

Availability Alerts

Watch domains and get alerted the moment they become available.

Expiry Tracking

Get notified before your domains expire so you never lose one.

Multi-Channel Alerts

Receive notifications via Email, Telegram, Slack, Discord, or Webhook.

Custom Webhook

Use this secret to verify webhook signatures via the X-Signature-256 header.

Example Request

GET /v1/watchlist javascript
await fetch('/v1/watchlist', {
  credentials: 'include',
});
POST /v1/watchlist javascript
await fetch('/v1/watchlist', {
  method: 'POST',
  credentials: 'include',
  headers: {
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    domain: 'example.com',
    notify_email: 'alerts@example.com',
  }),
});
GET /v1/watchlist/available javascript
await fetch('/v1/watchlist/available', {
  credentials: 'include',
});

Example Response

Example Response json
{
  "watchlist": [
    {
      "domain": "example.com",
      "status": "available",
      "added_at": "2026-04-01T10:30:00Z",
      "last_checked": "2026-04-14T08:30:00Z",
      "expiry_date": "2027-04-01T00:00:00Z",
      "days_until_expiry": 352,
      "notify_email": "alerts@example.com",
      "check_count": 9
    }
  ],
  "total": 1,
  "updated_at": "2026-04-14T08:30:00Z"
}

Built from the same API surface

The browser experience previews DomScan's structured endpoints, so teams can validate a use case before writing code.

Frequently Asked Questions

How does the domain watchlist work?

Watch domains and get alerted the moment they become available. Get notified before your domains expire so you never lose one.

What notifications can I receive?

Receive notifications via Email, Telegram, Slack, Discord, or Webhook.

How do webhooks work?

Send domain alerts as JSON payloads to your server Use this secret to verify webhook signatures via the X-Signature-256 header.

Related Tools & Resources