Collection UpdatedWebhook

Receive a notification when an asset is added to or removed from a Collection.

SecurityOAuth2
Request
Request Body schema: application/json

Information about assets are added to or removed from a Collection.

eventType
string

Combination of the Topic and the Event

object (event)

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

object (collection.updated)
Responses
200

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

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