Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://oathnet.org/api/scanners/{scanner_uid}/webhook-security/rotate \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "<string>", "data": { "scanner_uid": "<string>", "webhook_security_mode": "<string>", "secret": "<string>", "secret_preview": "<string>", "key_id": "<string>", "last_rotated_at": "2023-11-07T05:31:56Z" } }
API key for authentication (lowercase header name)
Envelope response with the rotated secret
Show child attributes