cURL
curl --request POST \ --url https://api.example.com/api/webhooks/drop
Polar webhook endpoint for DROP service subscriptions
POST /api/webhooks/drop
DROP_POLAR_SECRET
export const POST = Webhooks({ webhookSecret: process.env.DROP_POLAR_SECRET!, onPayload: async (payload) => { await handlePolarWebhook(payload, 'DROP') }, })
UserServiceEntitlement
service: 'DROP'