Skip to main content

WebhookRequestDto

urlstringrequired

URL of the webhook

Example: https://foo.com/webhooks/bar
descriptionstringnullable

Description of the webhook

Example: Webhook for X production
tenantIdstringnullable

TenantId where the webhook belongs

Example: 05ed0ffa-1bf5-4bd1-9970-df7a78a948fe
apiEnvironmentstringnullable

API Environment where the webhook belongs

Example: Production
WebhookRequestDto
{
"url": "https://foo.com/webhooks/bar",
"description": "Webhook for X production",
"tenantId": "05ed0ffa-1bf5-4bd1-9970-df7a78a948fe",
"apiEnvironment": "Production"
}