Tenant self service

Update your webhook endpoint and event filter

PATCH
/api/v1/tenant/webhook

Authorization

tenant-api-key
x-api-key<token>

Tenant API key (backend only — never expose to a browser)

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X PATCH "https://example.com/api/v1/tenant/webhook" \  -H "Content-Type: application/json" \  -d '{}'
Empty