Skip to main content
POST
Create webhook

Webhook behavior

Retry policy

Failed deliveries are retried up to 5 times at 10-minute intervals. Your endpoint must respond within 3 seconds.

Event types

Use Retrieve Event Types to see all available events, then Simulate to test your handler.

Headers

x-api-key
string
required
x-api-secret
string
required

Body

application/json
url
string
required

The URL to send the webhook payload to.

Response

201 - application/json
id
string<ObjectId>
required
url
string
required

The URL to send the webhook payload to.

privateKey
string
required

The secret key to be used to sign the webhook payload.

teamId
string<ObjectId>
organizationId
string<ObjectId>
Last modified on June 25, 2026