API Reference
Auto-generated
Webhooks
API reference for webhooks endpoints.
Auto-generated
This page was generated from the OpenAPI spec. Run
make generate-docs to refresh after spec changes.POST /api/v1/webhooks/stripe
POST
/api/v1/webhooks/stripeStripe Webhook
Request Example
Bash
curl -X POST https://api.alterlab.io/api/v1/webhooks/stripe \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json"Response Example
JSON
{
"status": "ok"
}