Audit Log APIs
Audit Log API access is in beta and may be subject to change. Please contact us to provide feedback.
The Audit Log is a record of user actions within your organization. It records HTTP requests in the Workbench, to the Atomic API and from the Atomic SDKs. The Audit Log API can be used to retrieve these records.
A credential role of workbench is required to utilize the Audit Log API.
You can interact with the Audit Log API using Insomnia (follow the Insomnia instructions) or curl. When using curl, you'll need to set up your Authentication first.
Detailed specs and examples can be found in the Atomic API spec for the Audit Logs endpoint.
Audit Logs API
Retrieve recent Audit Logs. Note that these logs are written from a queue-based system so at times of high load on the system may be delayed. Only the last 7 days of Audit Logs are available to query from this endpoint. To retrieve data older than 7 days use the batched endpoint.