Collection Assets UpdatedWebhook

Receive a notification when assets are added to and/or removed from a collection.

SecurityOAuth2
Request
Request Body schema: application/json

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

Any of:
eventType
string

Combination of the Topic and the Event

object (event)

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

object

Object containing information regarding the collection and the assets it contains.

Responses
200

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

Request samples
application/json
{
  • "eventType": "collection.assets.updated",
  • "event": {
    },
  • "collection": {
    }
}