All requests require three headers:
Authorization: Bearer YOUR_TOKEN, X-Tenant-ID: YOUR_TENANT_ID, and X-Org-ID: YOUR_ORG_ID.List audit events
Retrieve the most recent audit events for your tenant and organization, ordered by most recent first. Returns up to 50 events per request.GET /api/v1/audit
Headers
Bearer token from your authentication provider.
UUID of your tenant.
UUID of your organization.
Response
Returns an array of audit event objects directly.UUID of the audit event.
Email or system identifier of the user or process that triggered the event.
The action that occurred. Common values include:
PRODUCT_CREATEDPRODUCT_UPDATEDPRODUCT_DELETEDINTEGRATION_CONNECTEDUSER_INVITEDTENANT_SETTINGS_UPDATED
The type of resource affected, e.g.
PRODUCT, USER, COMMERCE_CONNECTION, TENANT_SETTINGS.UUID of the specific resource affected. May be empty if the entity does not yet have a persisted ID at the time of the event.
Free-form JSON object with additional context about the event.
IP address from which the request originated.
ISO 8601 timestamp of when the event was recorded.
The audit log is read-only. There are no endpoints to create, update, or delete audit events. Events are written automatically by Synq whenever a significant action occurs.