Webhooks
List webhooks
Retrieve a paginated list of all webhooks.Array of webhook objects.
Unique identifier for the webhook.
The URL where webhook events will be sent.
Array of event types this webhook subscribes to.
Whether the webhook is currently active.
Timestamp when the webhook was created.
Timestamp when the webhook was last updated.
Cursor for the next page of results.
Cursor for the previous page of results.
Whether there are more results available.
Create webhook
Create a new webhook subscription.Get webhook
Retrieve a specific webhook by its unique identifier.The unique identifier of the webhook to retrieve.
Update webhook
Update an existing webhook.The unique identifier of the webhook to update.
Delete webhook
Delete a webhook.The unique identifier of the webhook to delete.
Test webhook
Send a test event to verify webhook configuration.The unique identifier of the webhook to test.
Whether the test was successful.
Webhook deliveries
TheWebhookDeliveriesResource provides methods to track and inspect webhook delivery attempts.
List webhook deliveries
Retrieve a paginated list of webhook delivery attempts.Array of webhook delivery objects.
Unique identifier for the delivery.
UID of the webhook subscription.
Type of event that triggered the delivery.
Event payload that was sent.
HTTP status code returned by the target URL.
Response body from the target URL.
Number of delivery attempts made.
Timestamp for the next retry attempt if applicable.
Current status of the delivery (e.g., “pending”, “delivered”, “failed”).
Timestamp when the delivery was created.
Timestamp when the delivery was last updated.
Cursor for the next page of results.
Cursor for the previous page of results.
Whether there are more results available.
Get webhook delivery
Retrieve details about a specific webhook delivery attempt.The unique identifier of the delivery to retrieve.