Skip to main content
POST
Create a webhook endpoint

Body

application/json
url
string<uri>
required

The URL of the webhook endpoint.

Required string length: 1 - 2083

Response

Successful Response

url
string<uri>
required

The URL of the webhook endpoint.

Required string length: 1 - 2083
id
string
required

Unique identifier for the object.

active
boolean
required

Whether the webhook endpoint is enabled.

secret
string
required

The endpoint's secret, used to generate webhook signatures. Only returned at creation.

Last modified on June 19, 2026