List of webhooks

GET
List of project webhooks.

Headers

AcceptstringOptional
Version header.

Response

This endpoint returns a list of objects.
iddoubleOptional
Webhook's ID.
projectdoubleOptional
Project ID the webhook belongs to.
createddatetimeOptional
date-time when a webhook was created.
updateddatetimeOptional
date-time when a webhook was updated.
eventenumOptional
Allowed values: file.uploadedfile.infectedfile.storedfile.deletedfile.info_updated
An event you subscribe to.
target_urlstringOptional

A URL that is triggered by an event, for example, a file upload. A target URL MUST be unique for each projectevent type combination.

is_activebooleanOptional

Marks a subscription as either active or not, defaults to true, otherwise false.

versionenumOptional
Allowed values: 0.50.60.7
Webhook payload's version.
signing_secretstringOptional

Optional HMAC/SHA-256 secret that, if set, will be used to calculate signatures for the webhook payloads sent to the target_url.

Calculated signature will be sent to the target_url as a value of the X-Uc-Signature HTTP header. The header will have the following format: X-Uc-Signature: v1=<HMAC-SHA256-HEX-DIGEST>. See Secure Webhooks for details.

Errors