Skip to main content
GET
/
radar
/
operator
/
v1
/
webhooks
Get webhook configuration
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>"
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.snitcher.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter your personal access token (PAT) to authenticate

Response

Webhook configuration retrieved successfully

success
boolean
Example:

true

data
object[]