Documentation Index
Fetch the complete documentation index at: https://docs.scute.io/llms.txt
Use this file to discover all available pages before exploring further.
The Event Object
Events represent activities and actions within your application. They can trigger webhooks and are used for audit logging.Attributes
Unique identifier for the eventExample:
evt_123Application ID where the event occurred
Event type identifierExample:
user.createdEvent category for grouping related eventsExample:
userOriginating controller that triggered the eventExample:
UsersControllerOriginating action that triggered the eventExample:
createID of the user associated with this event
Event payload containing relevant dataExample:
{ "user_id": "usr_123", "email": "user@example.com" }Additional metadata about the eventExample:
{ "ip_address": "192.168.1.1", "user_agent": "Mozilla/5.0" }Captured request parameters
Optional note or description
IP address where the event originatedExample:
192.168.1.1Browser or client user agent stringExample:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7)ISO 8601 timestamp when the event was created
ISO 8601 timestamp when the event was last updated