Skip to main content
POST

Request Body

string
required
HTTPS URL where webhook events will be sent
array
List of event types to subscribe to (empty means all events)
string
Description of the webhook endpoint
string
Base64 encoded secret for webhook signatures (optional, will be generated if not provided)
The webhook secret is only returned during creation. Store it securely as it won’t be retrievable later.

Response Fields

string
Unique identifier for the webhook endpoint
string
HTTPS URL where webhook events are sent
array
Event types this endpoint is subscribed to
boolean
Whether the endpoint is active (always true on creation)
string
When the endpoint was created (ISO 8601 format)
string
Description of the webhook endpoint
string
Webhook signing secret (only shown during creation)