Collection CreatedWebhook

Receive a notification when an Collection in Tenovos is created.

SecurityOAuth2
Request
Request Body schema: application/json

Information about a Collection when it is created in Tenovos.

eventType
string

Combination of the Topic and the Event

object (event)

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

object (collection)
Responses
200

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

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