Create a webhook endpoint

Creates a new webhook endpoint with auto-generated signing secret.
Note: The signing secret is returned only in this response - store it securely.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

HTTPS URL to receive webhook deliveries.
Example: "https://example.com/webhooks"

string

Human-readable endpoint name.
≤ 100 characters
Default: ""

events
array of strings
required

Event types this endpoint subscribes to.
≥ 1 items
Example:
#0"subscriptionCreated"
#1"capturePayment"

events*
retry
object
metadata
object

An object with arbitrary metadata. Key-value metadata (max 10 keys, keys ≤40 chars, values ≤500 chars).

Responses
200

Successful response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json