Webhooks#

Webhook endpoints (Stripe, Shopify)

Stripe webhook#

POST/webhooks/stripe

Handle Stripe webhook events (billing events, subscription updates)

Parameters#

NameTypeLocationRequiredDescription
Stripe-SignaturestringheaderYesStripe 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