Asset DownloadedWebhook

Receive a notification when an Asset in Tenovos is downloaded.

SecurityOAuth2
Request
Request Body schema: application/json

Information about an asset when the download process for this asset has started

eventType
string

Combination of the Topic and the Event

object (event)

Object containing event information and the user who triggered the event.

Array of objects (assets)

Contains an object for each asset that was downloaded. For single asset downloads, the array will only contain one object. For bulk downloads, there will be one object for each asset downloaded.

Responses
200

Return a 200 status to Tenovos to indicate that the data was received successfully

Request samples
application/json
{
  • "eventType": "asset.downloaded",
  • "event": {
    },
  • "assets": [
    ]
}