Skip to content

Iris API

Iris API endpoints

Add and remove domains from Watchlist or Ignored lists.. PATCH /v1/iris-detect/domains/. patchDetectDomains. Iris Detect.
Provide ignored domains for active monitors in an account.. GET /v1/iris-detect/domains/ignored/. getDetectIgnored. Iris Detect.
Provide newly discovered domains for active monitors in an account.. GET /v1/iris-detect/domains/new/. getDetectNewDomains. Iris Detect.
Provide recently changed or escalated domains for active monitors in an account.. GET /v1/iris-detect/domains/watched/. getDomainsWatched. Iris Detect.
Escalate internally and externally.. POST /v1/iris-detect/escalations/. postDetectEscalations. Iris Detect.
Retrieves monitors and monitor IDs for an account.. GET /v1/iris-detect/monitors/. getDetectMonitors. Iris Detect.
Update the configuration of an existing monitor.. PUT /v1/iris-detect/monitors/. putDetectMonitor. Iris Detect.
Create a new monitor to track lookalike domains for a specific term.. POST /v1/iris-detect/monitors/. postDetectMonitor. Iris Detect.
Permanently delete a monitor and stop tracking its associated domains.. DELETE /v1/iris-detect/monitors/. deleteDetectMonitor. Iris Detect.
Returns results from a GET request to Iris Enrich.. GET /v1/iris-enrich/. getIrisEnrich. Iris Enrich.
Returns results from a POST request to Iris Enrich.. POST /v1/iris-enrich/. postIrisEnrich. Iris Enrich.
Returns data from a GET request. Parameters are identified in descriptions as either base or filter. Search with base parameters and filter down base results with filter parameters. . GET /v1/iris-investigate/. getIrisInvestigate. Iris Investigate.
Returns data from a POST request.. POST /v1/iris-investigate/. postIrisInvestigate. Iris Investigate.
Account Information. GET /v1/account/. getAccountInfo. Information.
Iris API