Logging & Monitoring
Audit Logging
Once Prequel is up and running, you may wish to monitor your team's activity on the platform. Prequel maintains an audit log of events performed by users on the platform. The following events are logged, along with the actor who performed the action, and can be reviewed via the relevant API endpoint.
event_type | resource_id |
---|---|
DESTINATION_ADD | {destination_id} |
DESTINATION_DELETE | {destination_id} |
DESTINATION_UPDATE | {destination_id} |
ENABLE_ALL | |
MAGIC_LINK_CREATE | {magic_link_id} |
MAGIC_LINK_DELETE | {magic_link_id} |
PAUSE_ALL | |
RECIPIENT_ADD | {recipient_id} |
RECIPIENT_DELETE | {recipient_id} |
RECIPIENT_UPDATE | {recipient_id} |
SOURCE_ADD | {source_id} |
SOURCE_DELETE | {source_id} |
SOURCE_UPDATE | {source_id} |
TRANSFER_CANCELED | {transfer_id} |
Updated 4 months ago