# AML events

# PersonMonitorChangesEvent

Triggered when new changes are added to the monitor

# Payload

key type description
monitorId string A unique identifier for the monitor

# Example

{
  "monitorId":"8737afb4-15ba-4289-9fb8-3e9c1992c3b4"
}

# ResourceCreatedEvent

Triggered when a resource is created and available for download.

Payload

key type description
sourceType string The source from which the resource was created
sourceId string A unique identifier for the source
resourceId string A unique identifier for the resource
link object The link to the created resource

# Example

{
  "sourceType": "document",
  "sourceId": "8bfae710-5e4b-4464-ab7a-167f73c37590",
  "resourceId": "954393cf-1086-4a2b-a98a-97e1feeded87",
  "link": {
    "href": "https://api.idfy.io/resources/954393cf-1086-4a2b-a98a-97e1feeded87",
    "rel": "bankIDApisAmlCurrentAddress",
    "contentType": "application/json"
  }
}
Last updated: 21/09/2022 11:32 UTC