Create a webhook endpoint
POST
/webhook-endpointsRegister a URL to receive signed POSTs for the chosen public event types. The signing `secret` is returned ONCE in this response and is never retrievable again.
Request Body
Response
Endpoint created
id*string
accountId*string
url*string
description*stringnull
eventTypes*string[]
status*"enabled" | "disabled" | "auto_disabled"
version*string
source*string
createdAt*string
updatedAt*string
secret*string
Code Samples
No code examples available for this operation.