Webhooks
Webhook endpoints (Stripe, Shopify)
Stripe webhook
POST
/webhooks/stripeHandle Stripe webhook events (billing events, subscription updates)
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
Stripe-Signature | string | header | Yes | Stripe webhook signature for verification |
Request Body
Example:
{}
Code Examples
curl -X POST "https://searchaf.antfly.io/api/v1/webhooks/stripe" \\
-H "Authorization: Bearer YOUR_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{}'Responses
No response body