get https://api.sumsub.com/resources/auditTrailEvents/
Returns audit trail events.
Overview
Use this method to get raw audit trail events for your employees.
Note
- Events are always sorted by
ts
in an descending order.- Мах number of events per request is 20000.
Response explained
The HTTP status 200 in response confirms availability of our API.
Name | Type | Optional | Description |
---|---|---|---|
ts | String | No | Date/time. |
clientId | String | No | Key. |
activity | String | No | Event type. |
subjectName | String | No | The subject who has executed an action. |
ip | String | No | IP from which an event was detected. |
userAgent | String | Yes | userAgent from which an event was detected. |
xClientId | String | Yes | API / dashboard / SDK. |
correlationId | String | No | Internal id for investigation nearby requests. |
applicantId | String | Yes | An applicant identifier. |
externalUserId | String | Yes | An applicant identifier on the client side. |
imageId | String | Yes | A document identifier. |
description | String | Yes | Some additional information. |
Possible event types
Name | Description |
---|---|
subject:loggedIn:dashboard:success | Successful login. |
ubject:loggedIn:dashboard:failure | Failed login. |
ubject:loggedOut:dashboard | Logout. |
subject:loaded:applicant | Loading an applicant. |
subject:loaded:applicantList | Loading an applicant list. |
subject:exported:applicantCsvList | Downloading list of applicants in csv format. |
subject:downloaded:docImage | Downloading a doc from an applicant. |
subject:changed:applicant | Changing an applicant. |