> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Permitted URL Clicks

List events of permitted clicks to malicious URLs.

<Note>
  External Documentation

  To learn more, visit the [Proofpoint TAP documentation](https://help.proofpoint.com/Threat_Insight_Dashboard/API_Documentation/SIEM_API).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter     | Description                                                                    |
  | ------------- | ------------------------------------------------------------------------------ |
  | Starting Time | The starting time of the search interval. End time is the current server time. |
  | Threat Status | Returns only chosen threat status.                                             |
  | Threat Type   | Returns only chosen threat types.                                              |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter     | Description                                                                                                              |
  | ------------- | ------------------------------------------------------------------------------------------------------------------------ |
  | Interval      | The interval of the events returned. Maximum interval is 1 hour. For example: 2016-05-01T12:00:00Z/2016-05-01T13:00:00Z. |
  | Seconds Since | The size of the search interval in seconds starting from the current server time. Valid range: 30-3600                   |
</div>

## Example Output

```json theme={"dark"}
{
	"clicksPermitted": [
		{
			"campaignId": "46e01b8a-c899-404d-bcd9-189bb393d1a7",
			"classification": "MALWARE",
			"clickIP": "192.0.2.1",
			"clickTime": "2016-06-24T19:17:44.000Z",
			"GUID": "b27dbea0-87d5-463b-b93c-4e8b708289ce",
			"id": "8c8b4895-a277-449f-r797-547e3c89b25a",
			"messageID": "8c6cfedd-3050-4d65-8c09-c5f65c38da81",
			"recipient": "bruce.wayne@pharmtech.zz",
			"sender": "9facbf452def2d7efc5b5c48cdb837fa@badguy.zz",
			"senderIP": "192.0.2.255",
			"threatID": "61f7622167144dba5e3ae4480eeee78b23d66f7dfed970cfc3d086cc0dabdf50",
			"threatTime": "2016-06-24T19:17:46.000Z",
			"threatURL": "https://threatinsight.proofpoint.com/#/73aa0499-dfc8-75eb-1de8-a471b24a2e75/threat/u/61f7622167144dba5e3ae4480eeee78b23d66f7dfed970cfc3d086cc0dabdf50",
			"threatStatusb": "active",
			"url": "http://badguy.zz/",
			"userAgent": "Mozilla/5.0(WindowsNT6.1;WOW64;rv:27.0)Gecko/20100101Firefox/27.0"
		}
	],
	"clicksBlocked": [],
	"queryEndTime": "2024-03-25T20:25:00Z"
}
```

## Workflow Library Example

[List Permitted Url Clicks with Proofpoint Tap and Send Results Via Email](https://library.blinkops.com/workflows/list-permitted-url-clicks-with-proofpoint-tap-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-permitted-url-clicks-with-proofpoint-tap-and-send-results-via-email/canvas" />
</div>
