Skip to main content
GET
/
api
/
audit-logs
/
{id}
/
verify
Error
A valid request URL is required to generate request examples
{
  "valid": true,
  "computed": "<string>",
  "stored": "<string>"
}

Authorizations

Authorization
string
header
required

Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <API key>. Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.

Path Parameters

id
string
required

The unique identifier of the audit log event to verify.

Response

Successful response

The result of an audit log signature verification.

valid
boolean
required

Whether the stored signature matches the recomputed signature.

computed
string
required

The signature recomputed from the stored event fields.

stored
string
required

The signature persisted with the event.