API Audit Log
All API calls that make additions or changes to data, are captured and archived
Date | User | Method | Endpoint | IP Address | Log Id |
---|
Every request made to the SafetyServe administration console is logged for security and forensic purposes. This log records the person who made the request, the date of the request, the IP address they came from and the data they submitted to the server.
You can page through the API calls and inspect each call, optionally searching (or filtering) on the user.
The method has only a finite number of values; GET (they read data), POST (they created data), PATCH (they updated data), PUT (they replaced data) and finally DELETE (they deleted data).
Sensitive data, such as passwords are masked.
Start here by creating a new company