Query webhooks
path Parameters
tenantIdThe tenant id
query Parameters
filterThe OData filter expression (with support for attribute fields)
orderByThe OData order-by expression (with support for attribute fields)
resultThe query result type: items, count or items with count (default: result items)
The query result type
selectThe OData field selection expression
skipThe number of items in the queried collection that are to be skipped
statusThe object status (default: all status)
The object status
topThe number of items in the queried collection
Query webhooks › Responses
Success
countThe query result count
The query result items
Add a new webhook
path Parameters
tenantIdThe tenant id
Add a new webhook › Request Body
payloadUrlThe URL to send the event payload to
The events that trigger the webhook
idThe unique object id (immutable)
statusThe object status
createdThe date which the API object was created (immutable)
updatedThe date which the API object was last updated (immutable)
hasSecretTrue if the webhook is configured with a secret
secretThe secret for the webhook. This property is only used when the client sets a secret.
The metadata to include in the payload
Custom attributes
Add a new webhook › Responses
Created
payloadUrlThe URL to send the event payload to
The events that trigger the webhook
idThe unique object id (immutable)
statusThe object status
createdThe date which the API object was created (immutable)
updatedThe date which the API object was last updated (immutable)
hasSecretTrue if the webhook is configured with a secret
secretThe secret for the webhook. This property is only used when the client sets a secret.
The metadata to include in the payload
Custom attributes
Get a webhook
path Parameters
tenantIdThe tenant id
webhookIdThe id of the webhook
Get a webhook › Responses
Success
payloadUrlThe URL to send the event payload to
The events that trigger the webhook
idThe unique object id (immutable)
statusThe object status
createdThe date which the API object was created (immutable)
updatedThe date which the API object was last updated (immutable)
hasSecretTrue if the webhook is configured with a secret
secretThe secret for the webhook. This property is only used when the client sets a secret.
The metadata to include in the payload
Custom attributes
Update a webhook
path Parameters
tenantIdThe tenant id
webhookIdUpdate a webhook › Request Body
payloadUrlThe URL to send the event payload to
The events that trigger the webhook
idThe unique object id (immutable)
statusThe object status
createdThe date which the API object was created (immutable)
updatedThe date which the API object was last updated (immutable)
hasSecretTrue if the webhook is configured with a secret
secretThe secret for the webhook. This property is only used when the client sets a secret.
The metadata to include in the payload
Custom attributes
Update a webhook › Responses
Success
payloadUrlThe URL to send the event payload to
The events that trigger the webhook
idThe unique object id (immutable)
statusThe object status
createdThe date which the API object was created (immutable)
updatedThe date which the API object was last updated (immutable)
hasSecretTrue if the webhook is configured with a secret
secretThe secret for the webhook. This property is only used when the client sets a secret.
The metadata to include in the payload
Custom attributes
Query the messages the webhook has produced
path Parameters
tenantIdThe tenant id
webhookIdThe web hook id
query Parameters
filterThe OData filter expression (with support for attribute fields)
orderByThe OData order-by expression (with support for attribute fields)
resultThe query result type: items, count or items with count (default: result items)
The query result type
selectThe OData field selection expression
skipThe number of items in the queried collection that are to be skipped
statusThe object status (default: all status)
The object status
topThe number of items in the queried collection
Query the messages the webhook has produced › Responses
Success
countThe query result count
The query result items
