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>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter your personal access token (PAT) to authenticate

Response

200
application/json

Webhook configuration retrieved successfully

The response is of type object.