Create a webhook subscription (TENANT_ADMIN)
POST /api/v1/webhooks
POST
/api/v1/webhooks
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
url
required
string format: uri
Example
https://your-app.example.com/webhooks/darwin events
required
Array<string>
Responses
Section titled “ Responses ”Subscription created (secret returned ONCE; store it)
object
id
string
url
string format: uri
events
Array<string>
active
boolean
createdAt
string format: date-time
secret
HMAC signing secret (returned only at creation)
string