Integrations
Available Integrations
PhishReport
APIs
List Takedowns

List Takedowns

API endpoints relating to takedown of phishing sites.

For Phish Reports's documentation, see List Takedowns API (opens in a new tab).

Parameters:

No Parameters.

Example Output:

[
	{
		"created": "string",
		"id": "string",
		"pending_actions": [
			{
				"description": "string",
				"params": {},
				"report_uri": "string"
			}
		],
		"resolved": true,
		"tags": ["string"],
		"url": "string"
	}
]