cURL
curl --request PUT \ --url https://api.emailr.dev/v1/webhooks/{id}/toggle \ --header 'Authorization: Bearer <token>'
{ "success": true, "active": true }
Enable or disable a webhook
API key authentication. Use your API key as the bearer token.
"123e4567-e89b-12d3-a456-426614174000"
Webhook toggled