Skip to main content
GET
/
scanners
/
{scanner_uid}
/
webhook-security
Get Scanner Webhook Security
curl --request GET \
  --url https://oathnet.org/api/scanners/{scanner_uid}/webhook-security \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>",
  "data": {
    "scanner_uid": "<string>",
    "notification_type": "<string>",
    "webhook_security_mode": "<string>",
    "verification_method": "<string>",
    "encryption_enabled": true,
    "secret_configured": true,
    "secret_preview": "<string>",
    "key_id": "<string>",
    "last_rotated_at": "2023-11-07T05:31:56Z",
    "headers": [
      "<string>"
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.oathnet.org/llms.txt

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

Inspect webhook signing, encryption, secret rotation, and delivery-header metadata for a scanner.

Authorizations

x-api-key
string
header
required

API key for authentication (lowercase header name)

Path Parameters

scanner_uid
string
required

Response

200 - application/json

Envelope response with webhook security metadata

success
boolean
message
string
data
object