cURL
curl --request PUT \ --url {protocol}://{domain}/api/v1/webhooks/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'url=<string>' \ --data 'secret=<string>'
Update webhook configuration
A valid request URL is required to generate request examples
Bearer token authentication supports:
Example: Authorization: Bearer your_token_here
Authorization: Bearer your_token_here
Webhook updated
Was this page helpful?