Stripe webhook receiver

POST/api/v1/billing/webhook

Receives Stripe webhook events for subscription lifecycle management.

Parameters

This endpoint does not accept parameters.

Responses

200Webhook acknowledged

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/billing/webhook" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

200Webhook acknowledged
Example response not yet documented.