v1

latestOpenAPI 3.0.02026-07-24900287.5 KB
Webhooks

Get Webhook Events for Webhook Config

Gets a single entry of webhook events by id.

get/webhook_events/{webhook_config_id}

Path parameters

webhook_config_idstring required

Webhook Config Id

Response

List of Webhook Events

idstring
user_idstring
configuration_idstring
topicstring
actionstring
typestring
statusstring
created_atstring
modified_atstring

Example response

[
  {
    "created_at": "2023-10-31 23:59:59",
    "modified_at": "2023-10-31 23:59:59"
  }
]