Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

📁 Table of Contents

Table of Contents
minLevel1
maxLevel6
outlinefalse
styledefault
typelist
printabletrue

...

  • Status
    colourBlue
    titleget
    operation on /v1/identity-verifications/{id}, which provides access to detailed redaction information for each event.

    • Key details available include:

Code Block
breakoutModewide
languagejson
{
  "clientId": "Identifier of who initiated the deletion",
  "completedUtc": "Timestamp marking when the event was completed",
  "createdUtc": "Timestamp indicating when the event was created",
  "scope": "[ PersonalData, BiometricData ] - Specifies what type of data is being deleted",
  "source": "[ OnDemand, DataRetentionPolicy ] - 'OnDemand' refers to deletions triggered via this API endpoint; 'DataRetentionPolicy' pertains to future implementation for automated deletions based on predetermined client configuration.",
  "status": "[ InProgress, Completed ] - Indicates current status of redaction"
}

...