WebhookSubscriptions
📄️ Creates a new webhook subscription. The secret will be encrypted 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. The system will use the stored encrypted secret to sign the test payload.
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.