WebhookRequestDto
urlstringrequired
URL of the webhook
Example:
https://foo.com/webhooks/bardescriptionstringnullable
Description of the webhook
Example:
Webhook for X productiontenantIdstringnullable
TenantId where the webhook belongs
Example:
05ed0ffa-1bf5-4bd1-9970-df7a78a948feapiEnvironmentstringnullable
API Environment where the webhook belongs
Example:
ProductionWebhookRequestDto
{
"url": "https://foo.com/webhooks/bar",
"description": "Webhook for X production",
"tenantId": "05ed0ffa-1bf5-4bd1-9970-df7a78a948fe",
"apiEnvironment": "Production"
}