cURL
curl --request PATCH \ --url https://api.snitcher.com/radar/operator/v1/webhooks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "delivery": { "webhook_url": "https://example.com/webhook", "webhook_secret": "my-little-secret" } }'
{ "success": true, "data": [ { "delivery": { "webhook_url": "<string>", "signature": "<string>" } } ], "message": "Webhook configuration updated successfully" }
Enter your personal access token (PAT) to authenticate
Webhook configuration parameters
The body is of type object.
object
Webhook configuration updated successfully
The response is of type object.