Skip to main content

Create a webhook endpoint

POST/webhook-endpoints
Register 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

endpoint*object
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.

Try It