Skip to main content

GET /webhook-endpoints

Lists webhook endpoints configured for the API client. Required scope: webhooks:read
Response:

POST /webhook-endpoints

Creates a webhook endpoint. Required scope: webhooks:write Request body:
If signingSecret is omitted, the API generates one. Response:

DELETE /webhook-endpoints/{endpointId}

Marks a webhook endpoint as deleted. Required scope: webhooks:write
Response: