Create Audit Log
Audit
Create Audit Log
Create an audit log entry
POST
Create Audit Log
Authentication
Supports both Firebase and API Key authentication.Request Body
Structured log data (JSONB)
ISO 8601 timestamp (defaults to now)
Example Request
Response
Common Message Fields
| Field | Description |
|---|---|
action | Type of action (api_call, login, etc.) |
client_id | Client identifier |
collection_id | Collection UUID |
method | HTTP method |
endpoint | API endpoint |
status_code | Response status |
duration_ms | Request duration |
Errors
| Status | Description |
|---|---|
| 400 | Invalid request body |
| 401 | Invalid authentication |

