Audit Logs
Update Audit Log Webhook
Updates the configuration for a webhook to receive audit logs.
patch/v2/audit-log-webhook
Request body
Example request
{
"endpoint": "https://example.com/audit-logs",
"authorization": "Bearer sometoken",
"enabled": true
}Response
Get response for audit log webhook
Example response
{
"endpoint": "https://example.com/audit-logs",
"enabled": true
}