WebhookResponseDto
urlstringrequired
URL of the webhook
Example:
https://foo.com/webhooks/bardescriptionstringnullable
Description of the webhook
Example:
Webhook for X productionidstring<uuid>required
apiEnvironmentAPIEnvironment (string)required
Possible values: [Sandbox, Production]
signingSecretKeystringrequired
Signature key secret
Example:
92f74e96a65447e284c87a8843cda443WebhookResponseDto
{
"url": "https://foo.com/webhooks/bar",
"description": "Webhook for X production",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"apiEnvironment": "Sandbox",
"signingSecretKey": "92f74e96a65447e284c87a8843cda443"
}