Webhooks
Enable/Disable Signed Webhook
PATCH /v3/user/webhooks/event/settings/signed
Base url: https://api.sendgrid.com
This endpoint allows you to enable or disable signing of the Event Webhook.
This endpoint takes a single boolean request parameter, enabled
. You may either enable or disable signing of the Event Webhook using this endpoint. Once enabled, you can retrieve your public key using the /webhooks/event/settings/signed
endpoint.
For more information about cryptographically signing the Event Webhook, see Getting Started with the Event Webhook Security Features.
Authentication
- API Key
Headers
Request Body
{
"enabled": true
}
Responses
The public key you can use to verify the Twilio SendGrid signature.
Need some help?
We all do sometimes. Get help now from the Twilio SendGrid Support Team.
Running into a coding hurdle? Lean on the wisdom of the crowd by browsing the SendGrid tag on Stack Overflow or visiting Twilio's Stack Overflow Collective.