v1

latestOpenAPI 3.1.02026-07-2683111282.3 KB
Webhook Execution Operations

Get all webhook executions

Gets all webhook executions.

get/executions

Response

OK

idstring

identifier of the webhook execution

payloadOperationIdstring

identifier of the webhook call

webhookConfigurationIdstring

identifier of the webhook configuration

timestring date-time

date of the webhook call

status'SUCCESS' | 'FAILURE'

status of the webhook call

  • SUCCESS - webhook call is successful
  • FAILURE - webhook call is failed
errorstring

error details of the failed webhook call

requestDetailstring

payload and connection details of the webhook call request

responseDetailstring

payload and connection details of the webhook call response