cURL
curl --request GET \ --url https://api.snitcher.com/radar/operator/v1/webhooks \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "delivery": { "webhook_url": "<string>", "signature": "<string>" } } ] }
Enter your personal access token (PAT) to authenticate
Webhook configuration retrieved successfully
The response is of type object.
object