cURL
curl --request GET \ --url https://api.truthlocks.com/v1/audit \ --header 'X-API-Key: <api-key>'
{ "items": [ { "id": "evt_abc123", "tenant_id": "440e8400-e29b-41d4-a716-446655440000", "actor_id": "user-uuid", "actor_type": "USER", "action": "attestation.mint", "resource_type": "attestation", "resource_id": "660e8400-e29b-41d4-a716-446655440001", "metadata": { "issuer_id": "550e8400-e29b-41d4-a716-446655440000", "claim": "email_verified" }, "timestamp": "2026-01-13T12:00:00Z" } ], "next_cursor": "eyJsYXN0X2lkIjoiZXZ0X2FiYzEyMyJ9" }
Returns audit events for the authenticated tenant.
API key for machine-to-machine authentication
Audit events
Show child attributes