How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

HackNotice Domain Business Accounts API

First-party domain monitoring: domain watchlists, domain leaks, domain alerts and downloads.

HackNotice Domain Business Accounts API is one of 9 APIs that HackNotice publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Domain Business Accounts. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and rate-limit docs.

This API exposes 34 operations across 28 paths, and defines 1 schema. It is described by OpenAPI 3.2.0, at version 2026-08-22.

Requests are made against a single base URL, https://extensionapi.hacknotice.com.

34 operations 28 paths 1 schemas 21 GET8 POST5 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2026-08-22
Base URL
https://extensionapi.hacknotice.com
Authentication
API Key, API Key, API Key
Terms of Service
Resource Areas
1

Authentication & Security 3

HackNotice Domain Business Accounts API declares 3 security schemes for authenticating requests. An API key is passed in the header as Authorization (jwtAuth). An API key is passed in the header as apikey (apiKeyAuth). An API key is passed in the header as X-HackNotice-Integration-Key (integrationKeyAuth). By default, every request must be authenticated.

  • jwtAuth — Session token from POST /auth/signin, sent as the literal prefix "JWT " followed by the token — e.g. Authorization: JWT . Note this is HackNotice's own scheme,…
  • apiKeyAuth — Per-account API key issued by HackNotice, sent in the lower-case "apikey" header alongside the JWT on most operations.
  • integrationKeyAuth — Per-user HackNotice integration secret (hnik prefix). Single-header alternative to apikey + email + password; also the credential used by the HackNotice MCP se…

Paths & Operations 34

Across 28 paths, the API surfaces 34 operations — 21 GET, 8 POST, 5 PUT. Each is listed below with its method, path, parameters, and response codes.

Domain Business Accounts 34

First-party domain monitoring: domain watchlists, domain leaks, domain alerts and downloads.

PUT
/domainalerts
Fix domainalerts for a list of alert ids
putFixDomainalertsForAListOfAlertIds 1 param body → 200401
POST
/domainalerts/count
Read count for an account
postReadCountForAnAccount → 200401
GET
/domainalerts/deleted/page/{pageNum}
Read page of deleted alerts for an account
getReadPageOfDeletedAlertsForAnAccount 2 params → 200401
GET
/domainalerts/lastdate
Read alerts last date
getReadAlertsLastDate 1 param → 200401
GET
/domainalerts/page/{pageNum}
Read page for an account
getReadPageForAnAccount 2 params → 200401
POST
/domainalerts/search
Search hit value
postSearchHitValue 1 param body → 200401
PUT
/domainalerts/updatedomain/{documentId}
Update all alerts for a domain
putUpdateAllAlertsForADomain 2 params body → 200401
PUT
/domainalerts/updateemail/{documentId}
Update all alerts for a domain and an email
putUpdateAllAlertsForADomainAndAnEmail 2 params body → 200401
GET
/domainalerts/{alertId}
Read an alert
getReadAnAlert 2 params → 200401
PUT
/domainalerts/{alertId}
Update an alert
putUpdateAnAlert 2 params body → 200401
GET
/domainalerts/{alertId}/count
Read count for a domain
getReadCountForADomain 2 params → 200401
GET
/domainalerts/{alertId}/lastdate
Read alerts last date for a domain
getReadAlertsLastDateForADomain 2 params → 200401
GET
/domainalerts/{alertId}/page/{pageNum}
Read page for a domain
getReadPageForADomain 3 params → 200401
POST
/domainalerts/{alertId}/page/{pageNum}
Read page for a domain
postReadPageForADomain 3 params body → 200401
POST
/domainalerts/{alertId}/search
Search hit value within a domain
postSearchHitValueWithinADomain 2 params body → 200401
GET
/domainalerts/{alertId}/{documentId}
Read an alert for a domain
getReadAnAlertForADomain 3 params → 200401
PUT
/domainalerts/{alertId}/{documentId}
Update an alert for a domain
putUpdateAnAlertForADomain 3 params body → 200401
GET
/domainalertscreds/page/{pageNum}
Read page of credentials for an account
getReadPageOfCredentialsForAnAccount 2 params → 200401
GET
/domainalertscreds/{documentId}/page/{pageNum}
Read a page of credentials for a domain
getReadAPageOfCredentialsForADomain 3 params → 200401
GET
/domainalertsleaks/page/{pageNum}
Read page of alerts and leaks for an account
getReadPageOfAlertsAndLeaksForAnAccount 2 params → 200401
GET
/domainalertsleaks/{documentId}/page/{pageNum}
Read a page of alerts and leaks for a domain
getReadAPageOfAlertsAndLeaksForADomain 3 params → 200401
GET
/domainleaks/AYrCzi8pA0BWMJTgGuTGTg3Vxx4%3D
Read a doc
getReadADoc9 1 param → 200401
GET
/domainwatchlist
Read documents
getReadDocuments 1 param → 200401
GET
/domainwatchlist/count
Get the count of all documents
getTheCountOfAllDocuments 1 param → 200401
GET
/domainwatchlist/page/{pageNum}
Read a page
getReadAPage 2 params → 200401
POST
/domainwatchlist/page/{pageNum}
Read a page with parameters
postReadAPageWithParameters 2 params body → 200401
POST
/domainwatchlist/search
Search domain within watchlist
postSearchDomainWithinWatchlist 1 param body → 200401
GET
/domainwatchlist/{watchlistId}
Read a doc
getReadADoc8 2 params → 200401
GET
/downloads/domain/all/csv
create csv for all domains
getCreateCsvForAllDomains 1 param → 200401
POST
/downloads/domain/all/csv
create csv for all domains
postCreateCsvForAllDomains 1 param body → 200401
GET
/downloads/domain/all/csv/{documentId}
create csv for domain
getCreateCsvForDomain 2 params → 200401
POST
/downloads/domain/all/csv/{documentId}
create csv for domain Copy
postCreateCsvForDomainCopy 2 params body → 200401
GET
/downloads/domain/thirty/csv
create csv for all domains for the last 30 days
getCreateCsvForAllDomainsForTheLast30Days 1 param → 200401
GET
/downloads/domain/thirty/csv/{documentId}
create csv for domain last 30 days
getCreateCsvForDomainLast30Days 2 params → 200401

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Error (1 property). Each schema is shown below with its type and property counts.

Error
object
HackNotice error envelope observed on the live API hosts.
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hacknotice-domain-business-accounts-api-openapi.yml Raw ↑

Other APIs HackNotice publishes across the network.

HackNotice MCP Server
HackNotice Alerts API
HackNotice All Business Accounts API
HackNotice Calc endpoints API
HackNotice Deprecated API
HackNotice Enduser Business Accounts API
HackNotice Research Service Accounts API
HackNotice Third Party Accounts API
Where this information came from

This is an independent, third-party profile of HackNotice Domain Business Accounts API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.