API Reference
Log inSign up
v1.7.3
v1.7.3
  • ComplyCube API Reference
  • Integration
  • Test and Live
  • Authentication
  • Rate Limits
  • Service Quota
  • Errors
  • Pagination
  • Filtering
  • Versioning
  • Core resources
    • Clients
      • Create a client
      • Get a client
      • Update a client
      • Delete a client
      • List clients
      • Filtering clients
    • Addresses
      • Create an address
      • Get an address
      • Update an address
      • Delete an address
      • List addresses
      • Filtering addresses
    • Documents
      • Create a document
      • Get a document
      • Update a document
      • Upload image attachment
      • Delete image attachment
      • Download image attachment
      • Redact image attachment
      • Delete a document
      • List documents
      • Filtering documents
    • Live Photos
      • Upload a live photo
      • Get a live photo
      • Download live photo
      • Redact live photo
      • Delete a live photo
      • List live photos
    • Live Videos
      • Get a live video
      • Redact live video
      • Delete live video
      • List live videos
    • Checks
      • Create a check
      • Get a check
      • Update a check
      • Validate check outcome
      • Redact check outcome
      • List checks
      • Filtering checks
    • Risk Profile
      • Get a risk profile
  • Check types
    • AML Screening Check
    • Document Check
    • Identity Check
    • Enhanced Identity Check
    • Proof of Address Check
    • Multi-Bureau Check
    • Face Authentication Check
    • Age Estimation Check
  • Lookups
    • Company Search
      • Search company
      • Get company details
    • Address Search
      • Search address
  • Tools
    • Custom Lists
      • Get a custom list
      • Add entity to custom list
      • List custom lists
  • Static Data
    • Screening Lists
    • Supported Documents
  • Other Resources
    • Flow (Hosted Solution)
      • Create a session
    • Webhooks
      • Create a webhook
      • Get a webhook
      • Update a webhook
      • Delete a webhook
      • List webhooks
      • Filtering webhooks
    • SDK Tokens
      • Generate a token
    • Autofill
      • Perform autofill
    • Reports
      • Generate a client report
      • Generate a check report
    • Team Members
      • Get a team member
      • List team members
      • Filtering team members
    • Audit Logs
      • Get an audit log
      • List audit logs
      • Filtering audit logs
    • Account Info
      • Get account info
  • Useful Resources
    • Testing Data
    • User Docs
Powered by GitBook
On this page

Was this helpful?

  1. Other Resources

Audit Logs

Track all important actions using our rich audit logs.

An audit log object provides information about the action and user that initiated the changes and the old and new values, where applicable.

The API allows you to retrieve audit logs for a given client, action, resource, or trigger.

The Audit Log object

Attribute
Type
Description

id

string

The unique identifier for an audit log.

memberId

string

resourceType

string

The type of audited resource. Valid values include:

  1. client

  2. address

  3. document

  4. check

resourceId

string

The id of the audited resource.

clientId

string

The id of the client associated with the audited resource.

trigger

string

The event that triggered the audit log creation, e.g. updateClient.

action

string

The type of action. Possible values are:

  1. create

  2. update

  3. delete

diff

array[object]

createdAt

string

The date and time when the audit log was created.

The diff object

Attribute
Type
Description

action

string

Indicates the kind of change. Possible values are:

  1. new - indicates a newly added attribute/element.

  2. delete - indicates an attribute/element was deleted.

  3. update - indicates an attribute/element was updated.

  4. add - indicates a change occurred within an array.

path

array[string]

The left-to-right path of the attribute in the audited resource e.g. ['personDetails', 'firstName'] indicates that firstName within the personDetails object is the attribute affected by the action.

old

string

The old value of the audited attribute.

new

string

The new value of the audited attribute. When action is new, the type of new is object rather than string

PreviousFiltering team membersNextGet an audit log

Last updated 1 year ago

Was this helpful?

The whose actions triggered the audit log creation.

The diff between the old and new values of the audited resource. Also, see the object below.

team member
diff