Function: reportDomain()
reportDomain(
domain
:string
,apiKey
:string
):Promise
<PhishermanReportType
>
Report a domain that is confirmed to be a scam or phishing domain to phisherman, to enhance their API.
Parameters
Parameter | Type | Default value | Description |
---|---|---|---|
domain | string | undefined | The domain to report. |
apiKey | string | storedApiKey | optionally pass a Phiserman API key for making this request. This will default to storedApiKey, which can be configured through setApiKey. |
Returns
Since
1.0.0