Version CreatedWebhook

Receive a notification when an Asset in Tenovos is versioned.

SecurityOAuth2
Request
Request Body schema: application/json

Information about an Asset when it is versioned. Initial ingest of an asset creates the first version, and is not covered by this event.

eventType
string

Combination of the Topic and the Event

object (asset)
object (event)

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

object (version)
Responses
200

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

Request samples
application/json
{
  • "eventType": "version.created",
  • "asset": {
    },
  • "event": {
    },
  • "version": {
    }
}