v10

latestOpenAPI 3.0.3raw.githubusercontent.com2025-07-036391133.0 KB
BackendService

Create Audit Log Event

post/v1/audit-log-events

Request body

idstring

The Audit Log Event ID. Starts with audit_log_event_....

organizationIdstring

The Organization the event occurred within, if any.

actorUserIdstring

The User that performed the event, if any.

actorSessionIdstring

The Session that performed the event, if any.

actorApiKeyIdstring

The API Key that performed the event, if any.

actorBackendApiKeyIdstring

The Backend API key that performed the event, if any.

actorIntermediateSessionIdstring

The Intermediate Session that performed the action, if any.

eventTimestring date-time

When the event occurred.

eventNamestring

The name of the event.

eventDetailsobject

The event payload JSON.

actorCredentialsstring

Credentials for the actor performing the action. Input-only.

Can be used as a shorthand for actor information when calling CreateAuditLogEvent.

Response

OK