GET /webhook-endpoints
Lists webhook endpoints configured for the API client.
Required scope: webhooks:read
POST /webhook-endpoints
Creates a webhook endpoint.
Required scope: webhooks:write
Request body:
signingSecret is omitted, the API generates one.
Response:
DELETE /webhook-endpoints/{endpointId}
Marks a webhook endpoint as deleted.
Required scope: webhooks:write

