WebhookSubscriptions
📄️ Creates a new webhook subscription. The secret will be hashed and stored securely. IMPORTANT: The plain text secret is shown ONLY in this response.
Creates a new webhook subscription.
📄️ Gets all webhook subscriptions for the current user.
Gets all webhook subscriptions for the current user.
📄️ Gets a specific webhook subscription by ID.
Gets a specific webhook subscription by ID.
📄️ Updates a webhook subscription. Can update URL, description, subscribed events, or active status.
Updates a webhook subscription.
📄️ Deletes a webhook subscription (soft delete). All associated delivery logs will also be marked as deleted.
Deletes a webhook subscription (soft delete).
📄️ Regenerates the secret for a webhook subscription. The new secret will be returned in plain text - this is the ONLY time it will be shown. The old secret will be immediately invalidated.
Regenerates the secret for a webhook subscription.
📄️ Sends a test webhook to verify the endpoint is reachable. Note: Due to secret hashing, this requires the plain text secret to be provided separately, or you can trigger a real conversion to test the webhook flow.
Sends a test webhook to verify the endpoint is reachable.
📄️ Gets delivery logs for a webhook subscription. Shows the history of webhook delivery attempts with status, response codes, and errors.
Gets delivery logs for a webhook subscription.