v1

latestOpenAPI 3.1.02026-07-2683111282.3 KB
Webhook Configuration Operations

Get a webhook configuration

Gets a webhook configuration.

get/configurations/{webhook_configuration_id}

Path parameters

webhook_configuration_idstring required

identifier of the webhook configuration

Response

OK

idstring

identifier of the webhook configuration. autogenerated during create webhook configuration operation

namestring required

identifying name of the webhook configuration

enabledboolean

whether the webhook configuration is enabled. this allows executing a webhook call in case a new event is triggered

urlstring required

url of the webhook call

method'POST' required

HTTP Method

  • POST - POST operation
triggersWebhookConfigurationTrigger[] required

events that triggers webhook calls