Webhooks
Authentication
Authenticate webhook API requests with an API key.
API key authentication
Create an API key in Settings → Integrations → API Keys. Send it as a Bearer token in the Authorization header.
BASH
curl -H "Authorization: Bearer <your-key-here>" \ https://converc.com/api/integrations/webhooks
Keep API keys private and rotate them if you suspect exposure.
Having issues? hello@converc.com.